~ubuntu-branches/ubuntu/precise/checkbox/precise

« back to all changes in this revision

Viewing changes to debian/checkbox.config

  • Committer: Bazaar Package Importer
  • Author(s): Marc Tardif
  • Date: 2009-01-20 16:46:15 UTC
  • Revision ID: james.westby@ubuntu.com-20090120164615-7iz6nmlef41h4vx2
Tags: 0.4
* Setup bzr-builddeb in native mode.
* Removed LGPL notice from the copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
. /usr/share/debconf/confmodule
 
4
 
 
5
case "$1" in
 
6
    configure)
 
7
        db_input medium checkbox/plugins/category_prompt/category || true
 
8
        db_input medium checkbox/plugins/exchange_prompt/email || true
 
9
        db_input medium checkbox/plugins/launchpad_exchange/transport_url || true
 
10
        db_input medium checkbox/plugins/proxy_info/http_proxy || true
 
11
        db_input medium checkbox/plugins/proxy_info/https_proxy || true
 
12
        db_go
 
13
        ;;
 
14
    *)
 
15
        ;;
 
16
esac