[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD gimp-ufraw.install)

Alexander Rødseth arodseth at archlinux.org
Fri Jul 3 12:55:46 UTC 2015


    Date: Friday, July 3, 2015 @ 14:55:46
  Author: arodseth
Revision: 136321

upgpkg: gimp-ufraw 0.22-3

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

--------------------+
 PKGBUILD           |    2 +-
 gimp-ufraw.install |   15 +++++++++++----
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-03 12:49:51 UTC (rev 136320)
+++ PKGBUILD	2015-07-03 12:55:46 UTC (rev 136321)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')

Modified: gimp-ufraw.install
===================================================================
--- gimp-ufraw.install	2015-07-03 12:49:51 UTC (rev 136320)
+++ gimp-ufraw.install	2015-07-03 12:55:46 UTC (rev 136321)
@@ -1,6 +1,13 @@
-updb()         { update-desktop-database -q }
-post_upgrade() { updb }
-post_install() { updb }
-post_remove()  { updb }
+post_upgrade() {
+  update-desktop-database -q
+}
 
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list