summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Felipe Pizarro Naranjo2017-03-23 21:01:56 -0300
committerDavid Felipe Pizarro Naranjo2017-03-23 21:01:56 -0300
commit89ab94a99edf137e4695b10c227dfd39fc08fcc8 (patch)
treee9229f298a9eb9af368d66c63fdae34cc510f9c2
parent0f22a5acc5973464bc2fccd8541dcaf4ae845812 (diff)
downloadaur-openrc-misc.tar.gz
update
-rw-r--r--zfs.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/zfs.install b/zfs.install
deleted file mode 100644
index 39f43b684074..000000000000
--- a/zfs.install
+++ /dev/null
@@ -1,16 +0,0 @@
-_svc="zfs"
-_rlvl="boot"
-
-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}'"
-}