summaryrefslogtreecommitdiff
path: root/pcr/openrc-base/lvm2.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-28 00:12:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-28 00:12:18 -0500
commit40d0437dac042f11119fd5d9b59d8c260e1e6bed (patch)
treef0dd2b4fb4b6fe3a7052ba0ba10c2b3261e322c7 /pcr/openrc-base/lvm2.install
parent65bc5540e149df9bda74206685c332eb51cfc7ea (diff)
openrc-base-20160528-1: updating version
Diffstat (limited to 'pcr/openrc-base/lvm2.install')
-rw-r--r--pcr/openrc-base/lvm2.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/openrc-base/lvm2.install b/pcr/openrc-base/lvm2.install
deleted file mode 100644
index 8a00d2936..000000000
--- a/pcr/openrc-base/lvm2.install
+++ /dev/null
@@ -1,24 +0,0 @@
-_svc=('lvm' 'lvmetad' 'lvm-monitoring')
-_rlvl=('boot' 'default')
-
-post_install() {
- _cmd="rc-update add ${_svc[0]} ${_rlvl[0]}"
- echo " ==> run '${_cmd}'"
-# _cmd="rc-update add ${_svc[1]} ${_rlvl[1]}"
-# echo " ==> run '${_cmd}'"
-# _cmd="rc-update add ${_svc[2]} ${_rlvl[1]}"
-# echo " ==> run '${_cmd}'"
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- _cmd="rc-update del ${_svc[0]} ${_rlvl[0]}"
- echo " ==> run '${_cmd}'"
-# _cmd="rc-update del ${_svc[1]} ${_rlvl[1]}"
-# echo " ==> run '${_cmd}'"
-# _cmd="rc-update del ${_svc[2]} ${_rlvl[1]}"
-# echo " ==> run '${_cmd}'"
-}