]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sgmlcatalog
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-sgmlcatalog
1 if [ "$1" = "configure" ]; then
2         rm -f #CENTRALCAT#
3         for ordcat in #ORDCATS#; do
4                 update-catalog --quiet --add #CENTRALCAT# ${ordcat}
5         done
6         update-catalog --quiet --add --super #CENTRALCAT#
7 fi