]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-sgmlcatalog
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / prerm-sgmlcatalog
1 if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
2         update-catalog --quiet --remove --super #CENTRALCAT#
3 fi