summaryrefslogtreecommitdiff
path: root/community/gummi/gummi.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gummi/gummi.install
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gummi/gummi.install')
-rw-r--r--community/gummi/gummi.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/gummi/gummi.install b/community/gummi/gummi.install
deleted file mode 100644
index ef816a666..000000000
--- a/community/gummi/gummi.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_upgrade() {
- gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et: