[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-470-g80d00c5

Michael Tautschnig mt at debian.org
Wed Mar 25 14:50:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 73980de77536eea2c728e6725af02868c92c2822
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Mar 25 15:35:13 2009 +0100

    Load confmodule in postinst
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/clamav-milter.postinst.in b/debian/clamav-milter.postinst.in
index 98670bc..2cfc5b9 100644
--- a/debian/clamav-milter.postinst.in
+++ b/debian/clamav-milter.postinst.in
@@ -23,6 +23,9 @@ set -e
 #     installation fails and the `postinst' is called with `abort-upgrade',
 #     `abort-remove' or `abort-deconfigure'.
 
+#loading debconf module
+. /usr/share/debconf/confmodule
+
 #COMMON-FUNCTIONS#
 
 case "$1" in

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list