summaryrefslogtreecommitdiff
path: root/community/darktable/darktable.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/darktable/darktable.install')
-rw-r--r--community/darktable/darktable.install6
1 files changed, 1 insertions, 5 deletions
diff --git a/community/darktable/darktable.install b/community/darktable/darktable.install
index 8ea5d73af..24b15a4f5 100644
--- a/community/darktable/darktable.install
+++ b/community/darktable/darktable.install
@@ -2,12 +2,8 @@ post_install() {
[ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}
-pre_upgrade() {
- pre_remove
-}
-
post_upgrade() {
- post_install
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}
post_remove() {