]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null
3         invoke-rc.d #SCRIPT# start || #ERROR_HANDLER#
4 fi