summaryrefslogtreecommitdiff
path: root/testing/gimp-ufraw/gimp-ufraw.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gimp-ufraw/gimp-ufraw.install')
-rw-r--r--testing/gimp-ufraw/gimp-ufraw.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gimp-ufraw/gimp-ufraw.install b/testing/gimp-ufraw/gimp-ufraw.install
new file mode 100644
index 000000000..80312d4a6
--- /dev/null
+++ b/testing/gimp-ufraw/gimp-ufraw.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}