]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init
159b12d70c3aeb745ab76fcd4415b5689e589be0
[debhelper.git] / autoscripts / postinst-init
1 if [ -e "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3         /etc/init.d/#SCRIPT# start
4 fi