diff options
author | ben <ben> | 2004-08-18 17:52:25 +0000 |
---|---|---|
committer | ben <ben> | 2004-08-18 17:52:25 +0000 |
commit | 7e566f7632e0a31b1a6853cb45558d501645f397 (patch) | |
tree | 0ec102276d86e4acee3790338eba0010ec3a9220 /games/ivan | |
parent | 8b19cdff08517646a241c1fdb18a662c4cfcbd7d (diff) | |
download | pkgsrc-7e566f7632e0a31b1a6853cb45558d501645f397.tar.gz |
Clean up ivan deinstall process. Leave bones and highscores behind,
like is done in nethack-lib.
Diffstat (limited to 'games/ivan')
-rw-r--r-- | games/ivan/DEINSTALL | 17 | ||||
-rw-r--r-- | games/ivan/PLIST | 5 |
2 files changed, 18 insertions, 4 deletions
diff --git a/games/ivan/DEINSTALL b/games/ivan/DEINSTALL new file mode 100644 index 00000000000..64aa3ef6ea5 --- /dev/null +++ b/games/ivan/DEINSTALL @@ -0,0 +1,17 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2004/08/18 17:52:25 ben Exp $ +# + +case $2 in + DEINSTALL) cat << EOF + +============================================================= +The records, log and bones were not wiped out by this +deletion process. If you don't want them around, please +remove ${PKG_PREFIX}/share/ivan. +============================================================= + +EOF + ;; +esac diff --git a/games/ivan/PLIST b/games/ivan/PLIST index d697e731214..0de50b293e7 100644 --- a/games/ivan/PLIST +++ b/games/ivan/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/26 03:54:37 ben Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/08/18 17:52:25 ben Exp $ bin/ivan -share/ivan/Bones share/ivan/Graphics/Char.pcx share/ivan/Graphics/Cursor.pcx share/ivan/Graphics/Effect.pcx @@ -21,7 +20,5 @@ share/ivan/Script/glterra.dat share/ivan/Script/item.dat share/ivan/Script/material.dat share/ivan/Script/olterra.dat -share/ivan/ivan-highscore.scores @dirrm share/ivan/Graphics @dirrm share/ivan/Script -@dirrm share/ivan |