summaryrefslogtreecommitdiff
path: root/pcr/gimp-art/gimp.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-22 10:28:18 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-22 10:28:18 +0100
commit89da12a4917a580d24a76582283195a364de5d2c (patch)
tree239bdb76d33dae8ad8ad5406e0db27925862fe5a /pcr/gimp-art/gimp.install
parent4199888a832fe0d15a95ab2bd60ae5d4957f86c0 (diff)
parent0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/easytag/PKGBUILD extra/ffmpeg/PKGBUILD extra/openmpi/PKGBUILD extra/potrace/PKGBUILD extra/ptlib/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'pcr/gimp-art/gimp.install')
-rw-r--r--pcr/gimp-art/gimp.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/gimp-art/gimp.install b/pcr/gimp-art/gimp.install
new file mode 100644
index 000000000..c317fbaca
--- /dev/null
+++ b/pcr/gimp-art/gimp.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}