#!/bin/sh
case $2 in
POST-INSTALL)
perl -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::ExpatXS))->save_parsers();'
;;
esac