summaryrefslogtreecommitdiff
path: root/postinst-runit
diff options
context:
space:
mode:
Diffstat (limited to 'postinst-runit')
-rw-r--r--postinst-runit12
1 files changed, 12 insertions, 0 deletions
diff --git a/postinst-runit b/postinst-runit
new file mode 100644
index 0000000..6110707
--- /dev/null
+++ b/postinst-runit
@@ -0,0 +1,12 @@
1# -*- shell-script -*-
2export NAME='#NAME#'
3export ENABLE='#ENABLE#'
4
5# Unlike postrm, I can be sure, that runit-helper is present on
6# postinst.
7/lib/runit-helper/runit-helper postinst "$@"
8
9# Local Variables:
10# eval: (sh-set-shell "sh" t nil)
11# End:
12# vim: ft=sh:sw=4