summaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAX-Expat/pkg-deinstall
blob: 1fa978acb9ba841c01065ccd43714011a2ca6539 (plain)
1
2
3
4
5
6
7
#!/bin/sh

case $2 in
  DEINSTALL)
    perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers();'
  ;;
esac
OpenPOWER on IntegriCloud