summaryrefslogtreecommitdiff
path: root/community/shotwell/shotwell.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/shotwell/shotwell.install')
-rw-r--r--community/shotwell/shotwell.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shotwell/shotwell.install b/community/shotwell/shotwell.install
index ceac19051..83c95a70f 100644
--- a/community/shotwell/shotwell.install
+++ b/community/shotwell/shotwell.install
@@ -7,7 +7,7 @@ post_install() {
}
pre_upgrade() {
- pre_remove $1
+ usr/sbin/gconfpkg --uninstall ${pkgname}
}
post_upgrade() {
@@ -16,9 +16,9 @@ post_upgrade() {
pre_remove() {
usr/sbin/gconfpkg --uninstall ${pkgname}
- update-desktop-database -q
}
post_remove() {
+ update-desktop-database -q
gtk-update-icon-cache -fq -t usr/share/icons/hicolor
}