summaryrefslogtreecommitdiff
path: root/community/darktable/darktable.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
commit859f538490d5f7a35356c8813cf5757b175eea98 (patch)
treef3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/darktable/darktable.install
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/darktable/darktable.install')
-rw-r--r--community/darktable/darktable.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/darktable/darktable.install b/community/darktable/darktable.install
index b92aab488..9fd6af293 100644
--- a/community/darktable/darktable.install
+++ b/community/darktable/darktable.install
@@ -1,7 +1,7 @@
pkgname=darktable
post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
+# usr/sbin/gconfpkg --install ${pkgname}
[ -x `which update-desktop-database` ] && update-desktop-database -q
}
@@ -14,7 +14,8 @@ post_upgrade() {
}
pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+# usr/sbin/gconfpkg --uninstall ${pkgname}
+ true
}
post_remove() {