diff options
author | ben <ben> | 2003-12-06 19:29:43 +0000 |
---|---|---|
committer | ben <ben> | 2003-12-06 19:29:43 +0000 |
commit | 92e07c844fc798f9f730326782f992b7be1a90a0 (patch) | |
tree | 9a0d0bbfa0dd10c51ef99b7340508db3b556c334 /games | |
parent | 7889126b8b49a1fd068c5ac8125b658c5d48fa04 (diff) | |
download | pkgsrc-92e07c844fc798f9f730326782f992b7be1a90a0.tar.gz |
Add DEINSTALL to alert user they may remove share directory.
Diffstat (limited to 'games')
-rw-r--r-- | games/ularn/DEINSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/ularn/DEINSTALL b/games/ularn/DEINSTALL new file mode 100644 index 00000000000..9f0a841720b --- /dev/null +++ b/games/ularn/DEINSTALL @@ -0,0 +1,17 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2003/12/06 19:29:43 ben Exp $ +# + +case $2 in + DEINSTALL) cat << EOF + + ============================================================= + The score was not wiped out by this deletion process. If you + don't want it around, please remove + ${PKG_PREFIX}/share/Ularn. + ============================================================= + +EOF + ;; +esac |