pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/ularn Add DEINSTALL to alert user they may remov...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1dfd274c23c5
branches: trunk
changeset: 464330:1dfd274c23c5
user: ben <ben%pkgsrc.org@localhost>
date: Sat Dec 06 19:29:43 2003 +0000
description:
Add DEINSTALL to alert user they may remove share directory.
diffstat:
games/ularn/DEINSTALL | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diffs (21 lines):
diff -r b63dca61c073 -r 1dfd274c23c5 games/ularn/DEINSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/ularn/DEINSTALL Sat Dec 06 19:29:43 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index