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