~ubuntu-branches/ubuntu/quantal/wicd/quantal

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-06-22 17:59:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622175927-iax3alden0bmj6zg
Tags: 1.6.1-3
* debian/config, debian/templates updated:
  - only show users to add to netdev, skip those who are already
    members (Closes: #534138)
  - gracefully handle upgrades from previous broken versions, where
    debconf set a value of ${default} for wicd/users
    (Closes: #532112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
set -e
7
7
 
 
8
. /usr/share/debconf/confmodule
 
9
 
8
10
# summary of how this script can be called:
9
11
#        * <postinst> `configure' <most-recently-configured-version>
10
12
#        * <old-postinst> `abort-upgrade' <new version>
48
50
 
49
51
#DEBHELPER#
50
52
 
 
53
db_stop;
 
54
 
51
55
exit 0