[arch-commits] Commit in libgweather/trunk (PKGBUILD libgweather.install)
Ionut Biru
ibiru at archlinux.org
Fri Mar 9 10:21:33 UTC 2012
Date: Friday, March 9, 2012 @ 05:21:32
Author: ibiru
Revision: 152717
fix install script
Modified:
libgweather/trunk/PKGBUILD
libgweather/trunk/libgweather.install
---------------------+
PKGBUILD | 2 +-
libgweather.install | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-09 01:48:25 UTC (rev 152716)
+++ PKGBUILD 2012-03-09 10:21:32 UTC (rev 152717)
@@ -3,7 +3,7 @@
pkgname=libgweather
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Provides access to weather information from the net"
arch=('i686' 'x86_64')
license=('LGPL')
Modified: libgweather.install
===================================================================
--- libgweather.install 2012-03-09 01:48:25 UTC (rev 152716)
+++ libgweather.install 2012-03-09 10:21:32 UTC (rev 152717)
@@ -14,7 +14,7 @@
}
pre_remove() {
- sbin/gconfpkg --uninstall $pkgname
+ gconfpkg --uninstall $pkgname
}
post_remove() {
More information about the arch-commits
mailing list