2006-07-05 08:53:12 +02:00
|
|
|
# $NetBSD: DEINSTALL,v 1.2 2006/07/05 06:53:12 jlam Exp $
|
2004-08-18 19:52:25 +02:00
|
|
|
|
2006-07-05 08:53:12 +02:00
|
|
|
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:
|
2004-08-18 19:52:25 +02:00
|
|
|
|
2006-07-05 08:53:12 +02:00
|
|
|
${DATADIR}
|
|
|
|
======================================================================
|
2004-08-18 19:52:25 +02:00
|
|
|
EOF
|
2006-07-05 08:53:12 +02:00
|
|
|
fi
|
2004-08-18 19:52:25 +02:00
|
|
|
;;
|
|
|
|
esac
|