summaryrefslogtreecommitdiff
path: root/community-testing/glom/glom.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/glom/glom.install')
-rw-r--r--community-testing/glom/glom.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/glom/glom.install b/community-testing/glom/glom.install
new file mode 100644
index 000000000..2b88145e3
--- /dev/null
+++ b/community-testing/glom/glom.install
@@ -0,0 +1,13 @@
+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
+}
+
+post_remove() {
+ post_install
+}