Viewing File: /var/lib/dpkg/info/libxml-libxml-perl.postinst

#!/bin/sh
set -e

if [ "$1" = "configure" ]; then
    update-perl-sax-parsers --add XML::LibXML::SAX::Parser
    update-perl-sax-parsers --add XML::LibXML::SAX
    update-perl-sax-parsers --update
fi


Back to Directory File Manager