From 7e566f7632e0a31b1a6853cb45558d501645f397 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 18 Aug 2004 17:52:25 +0000 Subject: Clean up ivan deinstall process. Leave bones and highscores behind, like is done in nethack-lib. --- games/ivan/DEINSTALL | 17 +++++++++++++++++ games/ivan/PLIST | 5 +---- 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 games/ivan/DEINSTALL (limited to 'games/ivan') 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 -- cgit v1.2.3