aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-05-18 10:44:45 +0800
committerIru Cai2016-05-18 10:44:45 +0800
commit93ed99d939dc18caff613674b751a4843cea65eb (patch)
tree5e16fb6b0e1c9674f30449d490e2209bf9bcfb60
parent753f0e80e6e086637fdecdaac0a05ab196a3e48e (diff)
downloadaur-93ed99d939dc18caff613674b751a4843cea65eb.tar.gz
update, remove gimp-git.install for hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--gimp-git.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d0e698db3b..c3ecb9c8b3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 00:22:16 UTC 2016
+# Wed May 18 02:44:21 UTC 2016
pkgbase = gimp-git
pkgdesc = GNU Image Manipulation Program
- pkgver = 2.9.2.884.g52af914
+ pkgver = 2.9.2.1044.g1c6b85d
pkgrel = 1
epoch = 1
url = http://www.gimp.org
- install = gimp-git.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6f02f522b918..c8713f8d53df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gimp-git
epoch=1
-pkgver=2.9.2.884.g52af914
+pkgver=2.9.2.1044.g1c6b85d
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64')
@@ -28,7 +28,6 @@ provides=('gimp')
conflicts=('gimp')
replaces=()
backup=()
-install='gimp-git.install'
source=(git://git.gnome.org/gimp
linux.gpl)
md5sums=('SKIP'
diff --git a/gimp-git.install b/gimp-git.install
deleted file mode 100644
index 259299ab2c81..000000000000
--- a/gimp-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}