pkgsrc/devel/isect/DEINSTALL
seb 5e9166f9bd Convert and adapt to USE_NEW_TEXINFO.
Make it obvious that PKGINSTALL framework is now used.
2003-06-23 11:16:49 +00:00

15 lines
431 B
Text

#
# $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