summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-libxml/perl-libxml.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-11-04 22:37:11 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-11-04 22:37:11 (GMT)
commit629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0 (patch)
tree217e0762011569db09e31c6ec82be46d0b8144fb /abs/core/perl_modules/perl-libxml/perl-libxml.install
parent2c0d32fafbc8653784d607c92de49ac6a8e02160 (diff)
downloadlinhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.zip
linhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.tar.gz
linhes_pkgbuild-629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0.tar.bz2
perl-libxml: removed, replaced by perl-xml-libxml
Diffstat (limited to 'abs/core/perl_modules/perl-libxml/perl-libxml.install')
-rw-r--r--abs/core/perl_modules/perl-libxml/perl-libxml.install29
1 files changed, 0 insertions, 29 deletions
diff --git a/abs/core/perl_modules/perl-libxml/perl-libxml.install b/abs/core/perl_modules/perl-libxml/perl-libxml.install
deleted file mode 100644
index a7616f2..0000000
--- a/abs/core/perl_modules/perl-libxml/perl-libxml.install
+++ /dev/null
@@ -1,29 +0,0 @@
-pre_install() {
- /bin/true
-}
-
-post_install() {
- echo ":: Installing SAX XML Parsers"
- /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
- /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-pre_upgrade() {
- /bin/true
-}
-
-post_upgrade() {
- /bin/true
-}
-
-pre_remove() {
- /bin/true
-}
-
-post_remove() {
- /bin/true
-}
-
-op=$1
-shift
-$op $*