Clean up ivan deinstall process. Leave bones and highscores behind,
like is done in nethack-lib.
This commit is contained in:
parent
b3d0276c03
commit
f51fc2ab44
2 changed files with 18 additions and 4 deletions
17
games/ivan/DEINSTALL
Normal file
17
games/ivan/DEINSTALL
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue