X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fprerm-init-norestart;h=cacde6e31c98e2c68d3a53717052230452a8a1c3;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=96fcea441d76cf1da8ca569f15c8cc69706b2739;hpb=c84545b9234bf1d233983d5ae59ab59d573a5460;p=debhelper.git diff --git a/autoscripts/prerm-init-norestart b/autoscripts/prerm-init-norestart index 96fcea4..cacde6e 100644 --- a/autoscripts/prerm-init-norestart +++ b/autoscripts/prerm-init-norestart @@ -1,3 +1,3 @@ if [ -x "/etc/init.d/#SCRIPT#" ] && [ "$1" = remove ]; then - /etc/init.d/#SCRIPT# stop + invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER# fi