summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--xfce4-session.install13
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a3f7184557..32490cdfb733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Apr 30 16:09:05 UTC 2016
pkgbase = xfce4-session-devel
pkgdesc = A session manager for Xfce
pkgver = 4.11.1
pkgrel = 1
url = http://www.xfce.org/
- install = xfce4-session.install
arch = i686
arch = x86_64
groups = xfce4
diff --git a/PKGBUILD b/PKGBUILD
index 158b20c5f675..647d2cf15617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enab
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
replaces=('xfce-utils')
-install=$_pkgname.install
source=(http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
sha256sums=('2ce40531bfe83e3e58795b07e0baf8e7622fd76f3f3db18dc1557b333ec8dece')
diff --git a/xfce4-session.install b/xfce4-session.install
deleted file mode 100644
index e4f8fd06c1ed..000000000000
--- a/xfce4-session.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: