summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2016-05-09 15:10:23 +0100
committerCharles Bos2016-05-09 15:10:23 +0100
commit11087e5d4a079278866bd51dfc6b358dae22cb1e (patch)
treef883458d0a5b1ce0b25db8e591d774fc29c9645f
parentd3618d08287ff29251ccc25383f71f4e4faae5c6 (diff)
downloadaur-gnome-icon-theme-xfce.tar.gz
remove install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
-rw-r--r--gnome-icon-theme-xfce.install13
3 files changed, 4 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aaa91087479..7ac0a2f939be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by makepkg 4.2.1
-# Thu Mar 26 17:40:59 UTC 2015
+# Generated by mksrcinfo v8
+# Mon May 9 14:10:05 UTC 2016
pkgbase = gnome-icon-theme-xfce
pkgdesc = Extra Xfce icons for the GNOME icon theme
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/gnome-icon-theme-xfce
- install = gnome-icon-theme-xfce.install
arch = any
license = GPL
depends = gnome-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 04c40ae310ac..0edf06f6eac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=gnome-icon-theme-xfce
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Extra Xfce icons for the GNOME icon theme"
arch=('any')
url="https://launchpad.net/gnome-icon-theme-xfce"
license=('GPL')
depends=('gnome-icon-theme' 'adwaita-icon-theme')
source=(https://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-source-${pkgver}.tar.gz)
-install=${pkgname}.install
sha256sums=('ee250311d8eff7dbfe6b7bd8e736e3dbc5e21a88f1808bc6aa6d5f0ff175b3ae')
package() {
diff --git a/gnome-icon-theme-xfce.install b/gnome-icon-theme-xfce.install
deleted file mode 100644
index 10937d89c4c8..000000000000
--- a/gnome-icon-theme-xfce.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo " -> Updating icon cache..."
- gtk-update-icon-cache -q -f -t /usr/share/icons/gnome
- gtk-update-icon-cache -q -f -t /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}