]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postinst-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3         /etc/init.d/#SCRIPT# start
4 fi