]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-init
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / prerm-init
1 if [ -x "/etc/init.d/#SCRIPT#" ]; then
2         invoke-rc.d #SCRIPT# stop || #ERROR_HANDLER#
3 fi