diff options
Diffstat (limited to 'community/gummi/gummi.install')
-rw-r--r-- | community/gummi/gummi.install | 14 |
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: |