From 2da6ed90ff536121b387c93385e1cf652f7bd3aa Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 12 Feb 2003 16:25:44 +0000 Subject: r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. By Adam DiCarlo. Closes: #90025 --- autoscripts/postinst-sgmlcatalog | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 autoscripts/postinst-sgmlcatalog (limited to 'autoscripts/postinst-sgmlcatalog') diff --git a/autoscripts/postinst-sgmlcatalog b/autoscripts/postinst-sgmlcatalog new file mode 100644 index 00000000..100dee2f --- /dev/null +++ b/autoscripts/postinst-sgmlcatalog @@ -0,0 +1,7 @@ +if [ "$1" = "configure" ]; then + rm -f #CENTRALCAT# + for ordcat in #ORDCATS#; do + update-catalog --quiet --add #CENTRALCAT# ${ordcat} + done + update-catalog --quiet --add --super #CENTRALCAT# +fi -- cgit v1.2.3