diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:44:08 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-05-11 13:44:08 +0000 |
commit | ebbc1c16ffcfdf2a742b78dce9b90743e98ecf78 (patch) | |
tree | f81509128ec79520c021f3f1b57dc82d44fccad0 /testing/perl-xml-sax/perl-xml-sax.post-install | |
parent | 750af00abb5efcca217593cd6a3d04ebbc07ade2 (diff) | |
download | aports-ebbc1c16ffcfdf2a742b78dce9b90743e98ecf78.tar.bz2 aports-ebbc1c16ffcfdf2a742b78dce9b90743e98ecf78.tar.xz |
community/perl-xml-sax: move to community
Diffstat (limited to 'testing/perl-xml-sax/perl-xml-sax.post-install')
-rw-r--r-- | testing/perl-xml-sax/perl-xml-sax.post-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/perl-xml-sax/perl-xml-sax.post-install b/testing/perl-xml-sax/perl-xml-sax.post-install deleted file mode 100644 index cada1f32b9..0000000000 --- a/testing/perl-xml-sax/perl-xml-sax.post-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |