summaryrefslogtreecommitdiff
path: root/community/gimp-ufraw/gimp-ufraw.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gimp-ufraw/gimp-ufraw.install')
-rw-r--r--community/gimp-ufraw/gimp-ufraw.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gimp-ufraw/gimp-ufraw.install b/community/gimp-ufraw/gimp-ufraw.install
new file mode 100644
index 000000000..3b232eeb7
--- /dev/null
+++ b/community/gimp-ufraw/gimp-ufraw.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et: