aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAX-ExpatXS/pkg-deinstall
blob: ea31be4dfb8e8926a478abff9058947c5d19492a (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/perl
if('DEINSTALL' eq $ARGV[1]) {
    eval "use XML::SAX;";
    die $@ if $@;
    XML::SAX->remove_parser(q(XML::SAX::ExpatXS))->save_parsers();
}