summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}'"
-}