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

# 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