pkgsrc/games/xmris/DEINSTALL
jdc bc04018324 Update xmris to version 4.0.5.
Changes:
  Home page has moved.
  A couple of minor glitches fixed.
  GNU GPL added.
2005-09-08 06:30:37 +00:00

18 lines
439 B
Bash

#!/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