This file is indexed.

postinst is in w3c-xsd-xslt 3.5.2-1.

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://www.w3.org/1999/XSL/Transform" --package w3c-xsd-xslt --local /usr/share/xml/xslt/catalog.xml
	update-xmlcatalog --add --type uri --id "http://www.w3.org/2001/XInclude" --package w3c-xsd-xslt --local /usr/share/xml/xslt/catalog.xml

	update-xmlcatalog --add --type uri --id "http://www.w3.org/1999/XSL/Transform" --package w3c-xsd-xslt --root
	update-xmlcatalog --add --type uri --id "http://www.w3.org/2001/XInclude" --package w3c-xsd-xslt --root

fi
# End automatically added section