summaryrefslogtreecommitdiff
path: root/community/google-gadgets/google-gadgets-common.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/google-gadgets/google-gadgets-common.install')
-rw-r--r--community/google-gadgets/google-gadgets-common.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/google-gadgets/google-gadgets-common.install b/community/google-gadgets/google-gadgets-common.install
deleted file mode 100644
index 210cbc869..000000000
--- a/community/google-gadgets/google-gadgets-common.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo "==> Updating desktop database..."
- gtk-update-icon-cache --quiet usr/share/icons/hicolor
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: