mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:58 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
${RM} -f @PKG_SYSCONFDIR@/ddclient.cache
|
|
;;
|
|
esac
|