diff options
Diffstat (limited to 'pcr/openrc-base/eudev.install')
-rw-r--r-- | pcr/openrc-base/eudev.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/openrc-base/eudev.install b/pcr/openrc-base/eudev.install deleted file mode 100644 index 0043774fa..000000000 --- a/pcr/openrc-base/eudev.install +++ /dev/null @@ -1,14 +0,0 @@ -_svc="udev-postmount" -_rlvl="default" - -post_install() { - rc-update add ${_svc} ${_rlvl} -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - rc-update del ${_svc} ${_rlvl} -} |