#!/bin/sh

case $2 in
  POST-INSTALL)
    perl -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers();'
  ;;
esac