home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libxml-libxml-perl.postinst < prev    next >
Encoding:
Text File  |  2009-10-29  |  770 b   |  23 lines

  1. #!/bin/sh
  2. ## ----------------------------------------------------------------------
  3. ## debian/postinst : postinstallation script for libxml-libxml-perl
  4. ## ----------------------------------------------------------------------
  5.  
  6. ## ----------------------------------------------------------------------
  7. set -e
  8.  
  9. ## ----------------------------------------------------------------------
  10. if [ "$1" = "configure" ]; then
  11.     update-perl-sax-parsers --add XML::LibXML::SAX::Parser
  12.     update-perl-sax-parsers --add XML::LibXML::SAX
  13.     update-perl-sax-parsers --update
  14. fi
  15.  
  16. ## ----------------------------------------------------------------------
  17. ## automatically generated debhelper commands
  18.  
  19.  
  20. exit 0
  21.  
  22. ## ----------------------------------------------------------------------
  23.