From 6ae50dc1afce089ecf5595fdd13a088afe2886ca Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 23 Oct 2010 14:11:22 +0200 Subject: Imported Debian patch 1.14-1.4squeeze1 --- debian/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/config (limited to 'debian/config') diff --git a/debian/config b/debian/config new file mode 100644 index 0000000..0e5107b --- /dev/null +++ b/debian/config @@ -0,0 +1,16 @@ +#!/bin/sh -e +. /usr/share/debconf/confmodule + +if [ -f /etc/default/mailgraph ]; then + . /etc/default/mailgraph + db_set mailgraph/start_on_boot "$BOOT_START" + db_set mailgraph/mail_log "$MAIL_LOG" + db_set mailgraph/ignore_localhost "$IGNORE_LOCALHOST" +fi + +db_input medium mailgraph/start_on_boot || true +db_go +db_input medium mailgraph/mail_log || true +db_go +db_input medium mailgraph/ignore_localhost || true +db_go -- cgit v1.2.3