~ubuntu-branches/ubuntu/quantal/wvdial/quantal

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-10-06 11:05:06 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041006110506-138x19fe4q0iu46e
Tags: 1.54.0-1ubuntu1
postinst: Disable command-line configuration to not disturb installation;
the script just exits early, so the postinst code is not completely lost
(Warty bug #2069)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#DEBHELPER#
6
6
 
 
7
# in Ubuntu, we do not want the package to ask command line questions, so we
 
8
# just disable the rest of the script.
 
9
exit 0
 
10
 
7
11
# everything following is only useful while configuring the package.
8
12
if [ "$1" != "configure" ]; then
9
13
        exit 0