]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-nostart
dh_strip: Use build-id in /usr/lib/debug. Closes: #642158 Thanks, Jakub Wilk
[debhelper.git] / autoscripts / postinst-init-nostart
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         update-rc.d #SCRIPT# #INITPARMS# >/dev/null || #ERROR_HANDLER#
3 fi