~ubuntu-branches/ubuntu/breezy/joystick/breezy

« back to all changes in this revision

Viewing changes to debian/joystick.config

  • Committer: Bazaar Package Importer
  • Author(s): Edward Betts
  • Date: 2001-12-26 13:32:55 UTC
  • Revision ID: james.westby@ubuntu.com-20011226133255-ks0knlw3ln1jd4d4
Tags: 20010903-2
* debian/control: updated Standards-Version.
* debian/control: added version number to debhelper Build-Depends.
* debian/copyright: improved with more text from the GPL and a description
  of changes to the package.
* debian/template: German translation from Sebastian Feltel
  <sebastian@feltel.de>. (Closes: Bug#119939)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
# source debconf library
 
4
. /usr/share/debconf/confmodule
 
5
 
 
6
# ask about device creation if needed
 
7
if [ ! -c /dev/js0 -a ! -e /dev/.devfsd ] ; then
 
8
   db_input high joystick/createdevs || true
 
9
else
 
10
   db_set joystick/createdevs false || true
 
11
fi
 
12
 
 
13
# ask about autocheck
 
14
db_input high joystick/nodecheck-types || true
 
15
 
 
16
# go, go, go! :)
 
17
db_go