summaryrefslogtreecommitdiff
path: root/community/rawstudio/rawstudio.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/rawstudio/rawstudio.install')
-rw-r--r--community/rawstudio/rawstudio.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rawstudio/rawstudio.install b/community/rawstudio/rawstudio.install
index 5e5cfef4d..261adb7b4 100644
--- a/community/rawstudio/rawstudio.install
+++ b/community/rawstudio/rawstudio.install
@@ -1,11 +1,11 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q || true
}
post_upgrade() {
- post_install $1
+ update-desktop-database -q || true
}
post_remove() {
- update-desktop-database -q
+ update-desktop-database -q || true
}