pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/ivan Clean up ivan deinstall process. Leave bon...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6914d3e410f8
branches:  trunk
changeset: 479636:6914d3e410f8
user:      ben <ben%pkgsrc.org@localhost>
date:      Wed Aug 18 17:52:25 2004 +0000

description:
Clean up ivan deinstall process.  Leave bones and highscores behind,
like is done in nethack-lib.

diffstat:

 games/ivan/DEINSTALL |  17 +++++++++++++++++
 games/ivan/PLIST     |   5 +----
 2 files changed, 18 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 2a0e3c546cc3 -r 6914d3e410f8 games/ivan/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/ivan/DEINSTALL      Wed Aug 18 17:52:25 2004 +0000
@@ -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 -r 2a0e3c546cc3 -r 6914d3e410f8 games/ivan/PLIST
--- a/games/ivan/PLIST  Wed Aug 18 14:32:26 2004 +0000
+++ b/games/ivan/PLIST  Wed Aug 18 17:52:25 2004 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index