3
# source debconf library
4
. /usr/share/debconf/confmodule
6
# ask about device creation if needed
7
if [ ! -c /dev/js0 -a ! -e /dev/.devfsd ] ; then
8
db_input high joystick/createdevs || true
10
db_set joystick/createdevs false || true
14
db_input high joystick/nodecheck-types || true