Skip to content
Snippets Groups Projects
perl-xml-sax.pre-deinstall 146 B
#!/bin/sh
# Remove the parser from the registry.

LC_ALL=C perl -MXML::SAX -e \
	"XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()"