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

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


    Date: Friday, July 3, 2015 @ 14:48:50
  Author: arodseth
Revision: 136319

upgpkg: gimp-ufraw 0.22-2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-03 12:39:55 UTC (rev 136318)
+++ PKGBUILD	2015-07-03 12:48:50 UTC (rev 136319)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 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:39:55 UTC (rev 136318)
+++ gimp-ufraw.install	2015-07-03 12:48:50 UTC (rev 136319)
@@ -1,13 +1,6 @@
-post_install() {
-  update-desktop-database -q
-}
+updb()         { update-desktop-database -q }
+post_upgrade() { updb }
+post_install() { updb }
+post_remove()  { updb }
 
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list