pkg://jade_1.2.1-43_sparc.deb:306286/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installcatalogs
if [ "$1" = "configure" ]; then
rm -f /etc/sgml/jade.cat
for ordcat in /usr/share/sgml/jade/catalog; do
update-catalog --quiet --add /etc/sgml/jade.cat ${ordcat}
done
update-catalog --quiet --add --super /etc/sgml/jade.cat
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
install-docs -i /usr/share/doc-base/jade
fi
# End automatically added section