#!/bin/sh
#
# Tell the user about the old configuration file.
#
. /usr/share/debconf/confmodule
if [ "$1" = "configure" -a -z "$2" -a -f /etc/checksecurity.conf.cron ] ; then
        db_input low checksecurity/oldconf || true
        db_go || true
fi
db_stop


#DEBHELPER#

