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/bind.install | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pcr/openrc-net/bind.install (limited to 'pcr/openrc-net/bind.install') diff --git a/pcr/openrc-net/bind.install b/pcr/openrc-net/bind.install deleted file mode 100644 index 2b94c4d1d..000000000 --- a/pcr/openrc-net/bind.install +++ /dev/null @@ -1,16 +0,0 @@ -_svc="named" -_rlvl="default" - -post_install() { - _cmd="rc-update add ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" -} - -post_upgrade() { - post_install "$1" -} - -post_remove() { - _cmd="rc-update del ${_svc} ${_rlvl}" - echo " ==> run '${_cmd}'" -} -- cgit v1.2.3-2-g168b