summaryrefslogtreecommitdiffstats
path: root/debian/exim4.postinst
blob: f80a6dd11ee0aa782623bd61d3b1d707f6f8a48a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
. /usr/share/debconf/confmodule

if [ -n "$EX4DEBUG" ]; then
  echo "now debugging $0 $@"
  set -x
fi

db_version 2.0

#DEBHELPER#