]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-init-norestart
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / prerm-init-norestart
index 96fcea441d76cf1da8ca569f15c8cc69706b2739..cacde6e31c98e2c68d3a53717052230452a8a1c3 100644 (file)
@@ -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