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