#!/bin/sh

case $2 in
  POST-DEINSTALL)
    perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::ExpatXS))->save_parsers();'
  ;;
esac
