[arch-commits] Commit in xfce4-appfinder/trunk (PKGBUILD xfce4-appfinder.install)

Jan de Groot jgc at archlinux.org
Fri May 8 20:06:14 UTC 2009


    Date: Friday, May 8, 2009 @ 16:06:14
  Author: jgc
Revision: 38506

upgpkg: xfce4-appfinder 4.6.1-2
    Remove update-desktop-database call, it is not needed

Modified:
  xfce4-appfinder/trunk/PKGBUILD
  xfce4-appfinder/trunk/xfce4-appfinder.install

-------------------------+
 PKGBUILD                |    4 ++--
 xfce4-appfinder.install |    4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-08 20:03:57 UTC (rev 38505)
+++ PKGBUILD	2009-05-08 20:06:14 UTC (rev 38506)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-appfinder
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Xfce application finder"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -19,7 +19,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static
+    --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }

Modified: xfce4-appfinder.install
===================================================================
--- xfce4-appfinder.install	2009-05-08 20:03:57 UTC (rev 38505)
+++ xfce4-appfinder.install	2009-05-08 20:06:14 UTC (rev 38506)
@@ -1,14 +1,12 @@
 post_install() {
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 




More information about the arch-commits mailing list