diff options
Diffstat (limited to 'community-testing/glom/glom.install')
-rw-r--r-- | community-testing/glom/glom.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community-testing/glom/glom.install b/community-testing/glom/glom.install deleted file mode 100644 index 1ad77f9aa..000000000 --- a/community-testing/glom/glom.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q - update-mime-database usr/share/mime > /dev/null -} |