webcit_before_automake is now the trunk
[citadel.git] / webcit / debian / citadel-webcit.config
1 #!/bin/sh
2 set -e
3
4 . /usr/share/debconf/confmodule
5
6 if test -n "$2"; then
7  if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
8          -o $1 = reconfigure
9  then
10         db_input high citadel/WebcitHttpPort
11         db_input high citadel/WebcitHttpsPort
12         db_input high citadel/WebcitInstallnote
13         db_go
14  fi
15 fi
16
17
18
19 exit 0