pkgsrc/games/ivan/DEINSTALL

20 lines
539 B
Text
Raw Normal View History

# $NetBSD: DEINSTALL,v 1.2 2006/07/05 06:53:12 jlam Exp $
case "${STAGE}" in
DEINSTALL)
DATADIR="${PKG_PREFIX}/share/ivan"
${RMDIR} -p ${DATADIR} 2>/dev/null || ${TRUE}
if ${TEST} -d ${DATADIR}; then
${CAT} << EOF
======================================================================
The records, log and bones were not wiped out by this deletion process.
If you don't want them around, then please remove the following
directory:
${DATADIR}
======================================================================
EOF
fi
;;
esac