[arch-commits] Commit in wicd/trunk (PKGBUILD wicd.install)
Giovanni Scafora
giovanni at archlinux.org
Sun Nov 30 11:45:52 UTC 2008
Date: Sunday, November 30, 2008 @ 06:45:52
Author: giovanni
Revision: 19770
upgpkg: wicd 1.5.4-4
Fixed FS12266
Modified:
wicd/trunk/PKGBUILD
wicd/trunk/wicd.install
--------------+
PKGBUILD | 2 +-
wicd.install | 36 +++++++++---------------------------
2 files changed, 10 insertions(+), 28 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-30 11:45:34 UTC (rev 19769)
+++ PKGBUILD 2008-11-30 11:45:52 UTC (rev 19770)
@@ -4,7 +4,7 @@
pkgname=wicd
pkgver=1.5.4
-pkgrel=3
+pkgrel=4
pkgdesc="New and alternative wireless/wired network management utility"
arch=('i686' 'x86_64')
url="http://wicd.sourceforge.net/"
Modified: wicd.install
===================================================================
--- wicd.install 2008-11-30 11:45:34 UTC (rev 19769)
+++ wicd.install 2008-11-30 11:45:52 UTC (rev 19770)
@@ -1,31 +1,13 @@
-pre_install() {
- echo
- echo "==> Disable networkmanager,dhcdbd or other networking"
- echo "==> utility and add 'wicd' to DAEMONS"
+post_install() {
+ echo
+ echo "==> You need to restart the dbus service after "
+ echo "==> upgrading wicd."
+ echo "==> Disable networkmanager,dhcdbd or other networking "
+ echo "==> utility and add 'wicd' to DAEMONS "
echo "==> in /etc/rc.conf"
echo "==> 'dbus' HAS to be before 'wicd' in rc.conf in the "
- echo "==> DAEMONS array"
-}
-
-pre_upgrade() {
- [ -f /var/run/daemons/wicd ] && cp /var/run/daemons/wicd /var/run/daemons/wicd.pid && /etc/rc.d/wicd stop
- pre_install $*
-}
-
-post_install() {
+ echo "==> DAEMONS array."
+ echo "==> Wireless Interface Connection Daemon"
echo
- echo "Wireless Interface Connection Daemon"
- echo
- echo "==> To run: wicd-client"
- sleep 1
-
+ echo "==> To run: wicd-client"
}
-
-post_upgrade() {
- [ -f /var/run/daemons/wicd.pid ] && rm /var/run/daemons/wicd.pid && /etc/rc.d/wicd start
- post_install $*
-}
-
-op=$1
-shift
-$op $*
More information about the arch-commits
mailing list