]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-nostart
r1609: * Only list dh_installman once in example rules.indep. Closes: #211567
[debhelper.git] / autoscripts / postinst-init-nostart
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3 fi