1999-09-15 20:56:20 +02:00
|
|
|
#
|
2003-06-23 13:16:49 +02:00
|
|
|
# $NetBSD: DEINSTALL,v 1.2 2003/06/23 11:16:49 seb Exp $
|
1999-09-15 20:56:20 +02:00
|
|
|
#
|
|
|
|
|
2003-06-23 13:16:49 +02:00
|
|
|
case "${STAGE}" in
|
1999-09-15 20:56:20 +02:00
|
|
|
POST-DEINSTALL)
|
2003-06-23 13:16:49 +02:00
|
|
|
${CAT} << EOF
|
1999-09-15 20:56:20 +02:00
|
|
|
===========================================================================
|
|
|
|
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
|