mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
13 lines
439 B
Text
13 lines
439 B
Text
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."
|
|
echo "==> Wireless Interface Connection Daemon"
|
|
echo
|
|
echo "==> To run: wicd-client"
|
|
}
|