#! /bin/sh
# prerm script for smtpd
#
# see: dh_installdeb(1)

set +e

#DEBHELPER#

exit 0

