56e1dd2f33
Based on packaged by tnozaki@. This module is a direct XS implementation of Perl SAX parser using Expat. XML::SAX::Expat is implemented as a layer over XML::Parser.
11 lines
277 B
Text
11 lines
277 B
Text
# $NetBSD: DEINSTALL,v 1.1.1.1 2012/04/15 01:50:08 obache Exp $
|
|
|
|
case ${STAGE} in
|
|
|
|
DEINSTALL)
|
|
${PERL5} -I@PERL5_INSTALLVENDORLIB@ -MXML::SAX -e "XML::SAX->remove_parser(q(XML::SAX::ExpatXS))->save_parsers()"
|
|
${ECHO} "Removed parser from XML::SAX registry."
|
|
;;
|
|
|
|
esac
|
|
|