[arch-commits] Commit in gnome-games/trunk (PKGBUILD gnome-games.install)

Jan de Groot jgc at archlinux.org
Sat Oct 31 21:26:12 UTC 2009


    Date: Saturday, October 31, 2009 @ 17:26:12
  Author: jgc
Revision: 57548

upgpkg: gnome-games 2.28.1-2
    Fix call to gconfpkg in pre_remove (FS#16823)

Modified:
  gnome-games/trunk/PKGBUILD
  gnome-games/trunk/gnome-games.install

---------------------+
 PKGBUILD            |    2 +-
 gnome-games.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 21:05:08 UTC (rev 57547)
+++ PKGBUILD	2009-10-31 21:26:12 UTC (rev 57548)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-games
 pkgver=2.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Some Games for GNOME"
 arch=(i686 x86_64)
 license=('GPL')

Modified: gnome-games.install
===================================================================
--- gnome-games.install	2009-10-31 21:05:08 UTC (rev 57547)
+++ gnome-games.install	2009-10-31 21:26:12 UTC (rev 57548)
@@ -119,7 +119,7 @@
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  usr/sbin/gconfpkg --uninstall ${pkgname}
 
   if [ -f usr/share/ggz/gnect-client.dsc ]; then
     ggz-config -r -m usr/share/ggz/gnect-client.dsc >& /dev/null




More information about the arch-commits mailing list