mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2005/08/20 02:20:45 schmonz Exp $
|
|
|
|
VARBASE=@VARBASE@
|
|
|
|
case "${STAGE}" in
|
|
|
|
POST-DEINSTALL)
|
|
${RM} -f ${VARBASE}/spool/nullmailer/trigger
|
|
;;
|
|
|
|
esac
|