5e9166f9bd
Make it obvious that PKGINSTALL framework is now used.
15 lines
431 B
Text
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
|