Viewing File: /var/lib/dpkg/info/libxml-sax-expat-perl.postinst
#!/bin/sh
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for libxml-sax-expat-perl
## ----------------------------------------------------------------------
## ----------------------------------------------------------------------
set -e
## ----------------------------------------------------------------------
if [ "$1" = configure ]
then
update-perl-sax-parsers --add XML::SAX::Expat
update-perl-sax-parsers --update
fi
## ----------------------------------------------------------------------
## automatically generated debhelper commands
exit 0
Back to Directory
File Manager