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