Codebase list gom / debian/0.30.2-4 debian / gom.config
debian/0.30.2-4

Tree @debian/0.30.2-4 (Download .tar.gz)

gom.config @debian/0.30.2-4raw · history · blame

#!/bin/sh -e
. /usr/share/debconf/confmodule

CONFFILE="/etc/default/gom"
if [ -e "${CONFFILE}" ]; then
	. "${CONFFILE}" || true
	[ -z "${auto_init}" ]           || db_set gom/auto_init "${auto_init}"
	[ -z "${valid_sound_devices}" ] || db_set gom/valid_sound_devices "${valid_sound_devices}"
fi

db_input medium gom/auto_init || true
db_input low    gom/valid_sound_devices || true
db_go || true