~cr3/checkbox/optical_write_test

« back to all changes in this revision

Viewing changes to debian/checkbox.config

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
case "$1" in
6
6
    configure)
7
 
        db_input medium hwtest/plugins/category_prompt/category || true
8
 
        db_input medium hwtest/plugins/exchange_prompt/email || true
9
 
        db_input medium hwtest/plugins/launchpad_exchange/transport_url || true
10
 
        db_input medium hwtest/plugins/launchpad_report/cache_file || true
11
 
        db_input medium hwtest/plugins/proxy_info/http_proxy || true
12
 
        db_input medium hwtest/plugins/proxy_info/https_proxy || true
 
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/launchpad_report/cache_file || true
 
11
        db_input medium checkbox/plugins/proxy_info/http_proxy || true
 
12
        db_input medium checkbox/plugins/proxy_info/https_proxy || true
13
13
        db_go
14
14
        ;;
15
15
    *)