summaryrefslogtreecommitdiff
path: root/pcr/openrc-misc/bitlbee.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/openrc-misc/bitlbee.install')
-rw-r--r--pcr/openrc-misc/bitlbee.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/openrc-misc/bitlbee.install b/pcr/openrc-misc/bitlbee.install
deleted file mode 100644
index fad3f965b..000000000
--- a/pcr/openrc-misc/bitlbee.install
+++ /dev/null
@@ -1,16 +0,0 @@
-_svc="bitlbee"
-_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}'"
-}