#!/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