]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-norestart
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postinst-init-norestart
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3         if [ "$1" = "configure" ]; then
4                 if [ -z "$2" -o "$2" = "<unknown>" ]; then
5                         /etc/init.d/#SCRIPT# start
6                 fi
7         fi
8 fi