Imported Debian patch 4.84-8
[hcoop/debian/exim4.git] / debian / exim4-daemon-heavy.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 db_version 2.0
12
13 if [ "reconfigure" = "$1" ]; then
14 db_beginblock
15 db_input low exim4-daemon-heavy/drec || [ "$?" = "30" ]
16 db_go
17 fi