#!/bin/sh
# preinst script for pam-shield

set -e

dpkg-maintscript-helper mv_conffile \
/etc/cron.daily/pam_shield.cron /etc/cron.daily/pam_shield 0.9.2-3.3 -- "$@"

#DEBHELPER#

exit 0
