]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-sgmlcatalog
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / prerm-sgmlcatalog
1 if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
2         update-catalog --quiet --remove --super #CENTRALCAT#
3 fi