From 481d4aa0eb656747987042ad7c59ae783ab24ed8 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 28 May 2016 00:50:22 -0500 Subject: openrc-net-20160528-1: updating version --- pcr/openrc-net/wicd.install | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pcr/openrc-net/wicd.install') diff --git a/pcr/openrc-net/wicd.install b/pcr/openrc-net/wicd.install index 0dd6c421f..9d3ba18f3 100644 --- a/pcr/openrc-net/wicd.install +++ b/pcr/openrc-net/wicd.install @@ -1,20 +1,6 @@ -_svc="wicd" -_rlvl="default" - post_install() { - _cmd="rc-update add ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" # echo "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" # echo "Remove all net.* initscripts (except for net.lo) from all runlevels" # echo "Add these scripts to the RC_PLUGsvcS line in /etc/rc.conf" # echo "(For example, rc_hotplug="!net.eth* !net.wlan*")" } - -post_upgrade() { - post_install "$1" -} - -post_remove() { - _cmd="rc-update del ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" -} -- cgit v1.2.3-54-g00ecf