]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sgmlcatalog
100dee2f0cacbbd60529acf170d0cd69b46d05b3
[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