summaryrefslogtreecommitdiff
path: root/artistic/gimp-art/gimp.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-01 03:19:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-01 03:19:17 -0300
commit8fa5d310ff7ee576bcbffb5ad2e26c88144fbf7b (patch)
tree69467836cd9d3ae342d3e586b198d30178d9ba54 /artistic/gimp-art/gimp.install
parent598ef9dcae0771f3d96c04d5345f1d3c91473b4c (diff)
parentf108f1d4b763729c1c6c5af75b82afb9ebb23bef (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'artistic/gimp-art/gimp.install')
-rw-r--r--artistic/gimp-art/gimp.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/artistic/gimp-art/gimp.install b/artistic/gimp-art/gimp.install
new file mode 100644
index 000000000..c317fbaca
--- /dev/null
+++ b/artistic/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
+}