webcit_before_automake is now the trunk
[citadel.git] / webcit / debian / citadel-webcit-apache.config
1 #!/bin/bash
2
3 PACKAGE="citadel"
4 SOURCE="citadel"
5 VERSION="4:2.6.4-pl3-1"
6
7 . /usr/share/debconf/confmodule
8 db_version 2.0 || [ 0 -lt 30 ]
9
10 # Package maintainer's commands follow:
11 if test -n "$2"; then
12  if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
13          -o $1 = reconfigure
14  then
15          db_input medium citadel/reconfigure-webserver || true
16          db_go
17 # End of package maintainer's commands
18  fi
19 fi
20 exit 0