summaryrefslogtreecommitdiff
path: root/pcr/gimp-pcr/gimp.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gimp-pcr/gimp.install')
-rw-r--r--pcr/gimp-pcr/gimp.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/gimp-pcr/gimp.install b/pcr/gimp-pcr/gimp.install
deleted file mode 100644
index c317fbaca..000000000
--- a/pcr/gimp-pcr/gimp.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}