~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

Viewing changes to debian/libapache2-mod-python.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    fi
7
7
fi
8
8
 
9
 
if [ "$1" = "purge" ]; then
10
 
    # Source debconf library
11
 
    . /usr/share/debconf/confmodule
12
 
    # Remove debconf database entries
13
 
    db_purge
14
 
fi
15
 
 
16
9
#DEBHELPER#
17
10
 
18
11
exit 0