#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2005/09/08 06:30:37 jdc Exp $
#

VARBASE=@VARBASE@

case "${STAGE}" in
	POST-DEINSTALL) cat << EOF
=============================================================
The score files were not wiped out by this deletion process.
If you don't want them around, please remove the directory:
  ${VARBASE}/games/xmris
and its contents.
=============================================================
EOF
	;;
esac