summaryrefslogtreecommitdiff
path: root/postinst-runit
blob: 611070745badd1565958f388c6260e7d3f8f74a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- shell-script -*-
export NAME='#NAME#'
export ENABLE='#ENABLE#'

# Unlike postrm, I can be sure, that runit-helper is present on
# postinst.
/lib/runit-helper/runit-helper postinst "$@"

# Local Variables:
# eval: (sh-set-shell "sh" t nil)
# End:
# vim: ft=sh:sw=4