This file is indexed.

postinst is in docbook-xsl-ns 1.76.1+dfsg-1ubuntu1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh
set -e
# Automatically added by dh_installxmlcatalogs
if [ "$1" = "configure" ]; then
	update-xmlcatalog --add --type uri --id "http://docbook.sourceforge.net/release/xsl-ns/" --package docbook-xsl-ns --local /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/catalog.xml
	update-xmlcatalog --add --type system --id "http://docbook.sourceforge.net/release/xsl-ns/" --package docbook-xsl-ns --local /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/catalog.xml

	update-xmlcatalog --add --type uri --id "http://docbook.sourceforge.net/release/xsl-ns/" --package docbook-xsl-ns --root
	update-xmlcatalog --add --type system --id "http://docbook.sourceforge.net/release/xsl-ns/" --package docbook-xsl-ns --root

fi
# End automatically added section