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