summaryrefslogtreecommitdiff
path: root/perl-xml-sax-expat/perl-xml-sax-expat.pre-deinstall
blob: 4cefc33cb4d731f427fb6ba0cc090948721863d6 (plain)
1
2
3
4
5
#!/bin/sh
# Unregisters the Expat parser from the registry.

LC_ALL=C perl -MXML::SAX -e \
	"XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()" 2>&1 >/dev/null