~ubuntu-branches/ubuntu/karmic/bridge-utils/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Garcia Mantinan
  • Date: 2004-06-10 16:04:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040610160437-7wpuv66abmdhujuc
Tags: 1.0.4-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
if [ -e /usr/share/debconf/confmodule ]; then
 
5
        . /usr/share/debconf/confmodule
 
6
        db_purge
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10
 
 
11
exit 0