]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-debconf
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postrm-debconf
1 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
2         . /usr/share/debconf/confmodule
3         db_purge
4 fi