21049ce90d7e67258110e141aa678ad7dae8e0b7
[citadel.git] / citadel / debian / citadel-server.config
1 #!/bin/sh
2 set -e
3
4 . /usr/share/debconf/confmodule
5 if test -n "$2"; then
6  if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
7          -o $1 = reconfigure
8  then
9          db_input high citadel/ServerIPAddress
10          db_input high citadel/Administrator
11          db_input high citadel/Installnote
12          db_go
13  fi
14 fi
15 exit 0