# REMOVE
case "${ACTION}" in
pre)
	if [ "${UPDATE}" = "no" ]; then
		rm -f var/spool/nullmailer/trigger
	fi
	;;
esac
