aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-xml-sax/perl-xml-sax.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/perl-xml-sax/perl-xml-sax.post-install')
-rw-r--r--testing/perl-xml-sax/perl-xml-sax.post-install5
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