#! /bin/sh
set -e

case "$1" in
  purge)
	# remove the maildrophost logfile
	rm -f /var/log/zope-maildrophost.log
  ;;
esac

#DEBHELPER#

exit 0
