]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null
3 fi