]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sgmlcatalog
r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. By
[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