summaryrefslogtreecommitdiff
path: root/games/gtkballs/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'games/gtkballs/DEINSTALL')
-rw-r--r--games/gtkballs/DEINSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/gtkballs/DEINSTALL b/games/gtkballs/DEINSTALL
new file mode 100644
index 00000000000..cd76cb8583f
--- /dev/null
+++ b/games/gtkballs/DEINSTALL
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2002/08/30 23:28:49 wiz Exp $
+#
+
+PKGNAME=$1
+
+case $2 in
+DEINSTALL)
+ ;;
+POST-DEINSTALL)
+ cat << EOF
+=============================================================================
+If you won't be using ${PKGNAME} any longer, you may want to remove the
+score file ${PKG_PREFIX}/var/gtkballs-scores.
+=============================================================================
+EOF
+ ;;
+*)
+ echo "Unexpected argument: $2"
+ exit 1
+ ;;
+esac
+exit 0