#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 1998/08/07 10:36:38 agc Exp $
#

case "$2" in
	DEINSTALL) cat <<EOF

==========================================================================

Note that the FIDOGATE spool directory (/var/spool/fido) and log directory
(/var/log/fido) are NOT deleted by the pkg_delete process.  Please remove
these directories and all their contents manually, if they are no longer
needed. 

==========================================================================

EOF
	;;
esac
