]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-invoke
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[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