]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-init
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / prerm-init
index 014fa9a082834de74e3abc5287b61c28567b93e1..2a8aa4c6cdd619a2aa52c6d83f6f3528590ff5ba 100644 (file)
@@ -1,7 +1,3 @@
 if [ -x "/etc/init.d/#SCRIPT#" ]; then
-       if [ -x /usr/sbin/invoke-rc.d ] ; then
-               invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
-       else
-               /etc/init.d/#SCRIPT# stop || #ERROR_HANDLER#
-       fi
+       invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
 fi