Imported Debian patch 4.84-8
[hcoop/debian/exim4.git] / debian / exim4-base.config
1 #!/bin/sh
2 set -e
3
4 . /usr/share/debconf/confmodule
5
6 if [ -n "$EX4DEBUG" ]; then
7 echo "now debugging $0 $@"
8 set -x
9 fi
10
11 if [ "reconfigure" = "$1" ]; then
12 db_beginblock
13 db_input low exim4-base/drec || [ "$?" = "30" ]
14 db_go
15 fi