[arch-commits] Commit in sound-juicer/trunk (PKGBUILD sound-juicer.install)

Ionut Biru ibiru at archlinux.org
Sat Feb 19 15:59:31 UTC 2011


    Date: Saturday, February 19, 2011 @ 10:59:30
  Author: ibiru
Revision: 110458

upgpkg: sound-juicer 2.32.0-2
execute update-desktop-database in install script FS#22937

Modified:
  sound-juicer/trunk/PKGBUILD
  sound-juicer/trunk/sound-juicer.install

----------------------+
 PKGBUILD             |    2 +-
 sound-juicer.install |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 15:39:28 UTC (rev 110457)
+++ PKGBUILD	2011-02-19 15:59:30 UTC (rev 110458)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=('GPL')

Modified: sound-juicer.install
===================================================================
--- sound-juicer.install	2011-02-19 15:39:28 UTC (rev 110457)
+++ sound-juicer.install	2011-02-19 15:59:30 UTC (rev 110458)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -18,5 +19,6 @@
 }
 
 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