summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD4
-rw-r--r--community/darktable/darktable.install6
2 files changed, 3 insertions, 7 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index 1fe51519c..cf564b236 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 82292 2013-01-14 13:51:46Z spupykin $
+# $Id: PKGBUILD 82360 2013-01-16 10:08:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christian Himpel <chressie at gmail dot com>
# Contributor: Johannes Hanika <hanatos at gmail dot com>
@@ -6,7 +6,7 @@
pkgname=darktable
pkgver=1.1.2
_pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64')
url=http://darktable.sf.net/
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() {