From ebbc1c16ffcfdf2a742b78dce9b90743e98ecf78 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 11 May 2016 13:44:08 +0000 Subject: community/perl-xml-sax: move to community --- community/perl-xml-sax/perl-xml-sax.post-install | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/perl-xml-sax/perl-xml-sax.post-install (limited to 'community/perl-xml-sax/perl-xml-sax.post-install') diff --git a/community/perl-xml-sax/perl-xml-sax.post-install b/community/perl-xml-sax/perl-xml-sax.post-install new file mode 100644 index 0000000000..cada1f32b9 --- /dev/null +++ b/community/perl-xml-sax/perl-xml-sax.post-install @@ -0,0 +1,5 @@ +#!/bin/sh +# Registers the SAX parser into the registry. + +LC_ALL=C perl -MXML::SAX -e \ + "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" 2>&1 >/dev/null -- cgit v1.2.3