diff options
Diffstat (limited to 'pcr/openrc-base/lvm2.install')
-rw-r--r-- | pcr/openrc-base/lvm2.install | 24 |
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}'" -} |