summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortwa0222016-04-30 12:02:23 -0400
committertwa0222016-04-30 12:02:23 -0400
commit1c4782c3cc43e4888c676d0ba86a62af26731f38 (patch)
tree22c0f659572ab0aa09ffaee7f96bee8824f8b7b7
parentab71382488053402115ff3cd27a02bf78809c922 (diff)
downloadaur-1c4782c3cc43e4888c676d0ba86a62af26731f38.tar.gz
No longer need install file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--libxfce4ui.install13
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb5eeb439c6..dfabdb694007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Apr 30 16:02:01 UTC 2016
pkgbase = libxfce4ui-devel
pkgdesc = Commonly used Xfce widgets among Xfce applications
pkgver = 4.11.2
pkgrel = 1
url = http://www.xfce.org/
- install = libxfce4ui.install
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index f428f674aac4..489b2638f596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
#replaces=('libxfcegui4') - later when all is ported
options=('!libtool')
-install=libxfce4ui.install
source=(http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
build() {
diff --git a/libxfce4ui.install b/libxfce4ui.install
deleted file mode 100644
index e4f8fd06c1ed..000000000000
--- a/libxfce4ui.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: