]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sgmlcatalog
r1635: * Added dh_gconf command from Ross Burton. Closes: #180882
[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