]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sgmlcatalog
r1611: * dh_install: add --fail-missing option. Closes: #120026
[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