3
# config Mandos Debconf configuration.
6
# Source debconf library.
7
. /usr/share/debconf/confmodule
8
if ! db_version 2.0; then
9
echo "mandos.config: need DebConf 2.0 or later"
16
# Now, interaction. Batch it in case any front ends can use this.
19
# If this is a first time install then prompt
20
if [ "$1" = "configure" -a "$2" != "" ]; then
21
db_input high mandos/not-yet-configured || true