mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
# $NetBSD: DEINSTALL,v 1.2 2001/11/25 23:55:35 zuntum Exp $
|
|
|
|
case "${STAGE}" in
|
|
POST-DEINSTALL)
|
|
${ECHO} ===========================================================================
|
|
${ECHO}
|
|
${ECHO} Remember to remove popa3d from /etc/inetd.conf and restart inetd.
|
|
${ECHO}
|
|
${ECHO} ===========================================================================
|
|
;;
|
|
esac
|