[arch-commits] Commit in cheese/trunk (PKGBUILD cheese.install)
Ionut Biru
ibiru at archlinux.org
Thu Mar 10 12:21:37 UTC 2011
Date: Thursday, March 10, 2011 @ 07:21:36
Author: ibiru
Revision: 113649
upgpkg: cheese 2.91.91-2
fix removing schemas
Modified:
cheese/trunk/PKGBUILD
cheese/trunk/cheese.install
----------------+
PKGBUILD | 2 +-
cheese.install | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-10 12:14:28 UTC (rev 113648)
+++ PKGBUILD 2011-03-10 12:21:36 UTC (rev 113649)
@@ -3,7 +3,7 @@
pkgname=cheese
pkgver=2.91.91
-pkgrel=1
+pkgrel=2
pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others"
arch=(i686 x86_64)
license=('GPL')
Modified: cheese.install
===================================================================
--- cheese.install 2011-03-10 12:14:28 UTC (rev 113648)
+++ cheese.install 2011-03-10 12:21:36 UTC (rev 113649)
@@ -7,7 +7,7 @@
pre_upgrade() {
if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
- usr/sbin/gconfpkg --uninstall gedit
+ usr/sbin/gconfpkg --uninstall $pkgname
fi
}
More information about the arch-commits
mailing list