#
# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:24:13 zuntum 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
