File: libxml-sax-expat-perl.postinst

package info (click to toggle)
libxml-sax-expat-perl 0.30-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 68 kB
  • ctags: 27
  • sloc: perl: 325; makefile: 33; sh: 14
file content (20 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
## ----------------------------------------------------------------------
## debian/postinst : postinstallation script for libxml-sax-expat-perl
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
set -e

## ----------------------------------------------------------------------
if [ "$1" = configure ]
then
    update-perl-sax-parsers --add XML::SAX::Expat
    update-perl-sax-parsers --update
fi

## ---------------------------------------------------------------------- 
## automatically generated debhelper commands
#DEBHELPER#

exit 0