]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-init-nostart
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
[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