~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to debian/libapache2-mod-perl2.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-10-04 00:36:16 UTC
  • Revision ID: james.westby@ubuntu.com-20051004003616-1br6dcd17w856siv
Tags: 2.0.1-4
* The I'm-tired-of-maintaining-stuff-I-don't-use release.
* Build pod docs in the package; thanks to
  Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
* Make perl.conf a bit more, umm, descriptive (closes: #323142).
* Add a -doc package, include docs/ subdir in there (closes: #285588).
* Kill a bashism in the postinst script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#DEBHELPER#
6
6
 
7
 
if [ "$1" = "configure" -a -z "$2" ]; then
 
7
if [ "$1" = "configure" ] && [ -z "$2" ]; then
8
8
        a2enmod perl || true
9
9
fi
10
10