#
# $NetBSD: DEINSTALL,v 1.2 2003/06/23 11:16:49 seb Exp $
#

case "${STAGE}" in
POST-DEINSTALL)
	${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
hostname alias to "isectd" and remove the isect services listed in
/etc/services.
===========================================================================
EOF
	;;
esac