@extra joins the game..s; fix some pasto while here;
This commit is contained in:
parent
af7302cbe1
commit
39ea5610d5
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2001/08/11 17:18:50 lebel Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:19:59 xsa Exp $
|
||||
#
|
||||
# dopewars de-installation
|
||||
# angband de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_DIR=/var/games/angband
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $SCORE_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/08/11 17:18:50 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/04/13 10:19:59 xsa Exp $
|
||||
bin/angband
|
||||
share/angband/edit/artifact.txt
|
||||
share/angband/edit/cost_adj.txt
|
||||
@ -63,3 +63,4 @@ share/angband/pref/xtra-xxx.prf
|
||||
@dirrm share/angband/file
|
||||
@dirrm share/angband/edit
|
||||
@dirrm share/angband
|
||||
@extraunexec rm -rf /var/games/angband
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2002/02/18 19:35:49 pvalchev Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2004/04/13 10:19:59 xsa Exp $
|
||||
#
|
||||
# gtkballs de-installation script
|
||||
|
||||
@ -34,7 +34,7 @@ fi
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ -d $SCORE_DIR ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $SCORE_FILE ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/02/18 19:35:49 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/13 10:19:59 xsa Exp $
|
||||
bin/gtkballs
|
||||
man/man6/gtkballs.6x
|
||||
share/gtkballs/COPYING
|
||||
@ -324,3 +324,5 @@ share/locale/ru/LC_MESSAGES/gtkballs.mo
|
||||
@dirrm share/gtkballs/themes/Default
|
||||
@dirrm share/gtkballs/themes
|
||||
@dirrm share/gtkballs
|
||||
@cwd /var/games
|
||||
@extra gtkballs-scores
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2003/04/15 13:43:18 wilfried Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:19:59 xsa Exp $
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_DIR=/var/games/kobodeluxe
|
||||
|
||||
if [ -d $SCORE_DIR ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $SCORE_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/04/15 13:43:18 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/13 10:19:59 xsa Exp $
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/kobodl
|
||||
@ -123,3 +123,4 @@ share/kobodeluxe/sfx/xylophone2.agw
|
||||
@dirrm share/kobodeluxe/sfx
|
||||
@dirrm share/kobodeluxe/gfx
|
||||
@dirrm share/kobodeluxe
|
||||
@extraunexec rm -rf /var/games/kobodeluxe
|
||||
|
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2001/08/11 03:23:46 lebel Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:19:59 xsa Exp $
|
||||
#
|
||||
# dopewars de-installation
|
||||
# moria de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_DIR=/var/games/moria
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $SCORE_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/08/11 03:22:54 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/13 10:19:59 xsa Exp $
|
||||
bin/moria
|
||||
share/moria/hours
|
||||
share/moria/news
|
||||
@ -9,3 +9,4 @@ share/moria/rwizcmds.hlp
|
||||
share/moria/version.hlp
|
||||
share/moria/welcome.hlp
|
||||
@dirrm share/moria
|
||||
@extraunexec rm -rf /var/games/moria
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2003/04/15 13:17:59 wilfried Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:19:59 xsa Exp $
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_FILE=/var/games/oilwar.scores
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $SCORE_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/04/15 13:17:59 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/13 10:19:59 xsa Exp $
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/oilwar
|
||||
@ -13,3 +13,5 @@ share/oilwar/gasp.wav
|
||||
share/oilwar/singlegunshot.wav
|
||||
@dirrm share/oilwar
|
||||
@dirrm share/doc/oilwar
|
||||
@cwd /var/games
|
||||
@extra oilwar.scores
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2003/04/15 15:02:32 wilfried Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:19:59 xsa Exp $
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_DIR=/var/games/rocksndiamonds
|
||||
|
||||
if [ -d $SCORE_DIR ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $SCORE_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/01/25 20:30:41 biorn Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/04/13 10:19:59 xsa Exp $
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/rocksndiamonds
|
||||
@ -3491,3 +3491,4 @@ share/rocksndiamonds/sounds/snd_classic/zonkpush.wav
|
||||
@dirrm share/rocksndiamonds/graphics/gfx_animal_kingdom
|
||||
@dirrm share/rocksndiamonds/graphics
|
||||
@dirrm share/rocksndiamonds
|
||||
@extraunexec rm -rf /var/games/rocksndiamonds
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2002/01/24 23:03:54 aaron Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
#
|
||||
# sarien de-installation
|
||||
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=${SYSCONFDIR}/sarien.cfg
|
||||
|
||||
if [ -f $CONFIG_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $CONFIG_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/01/24 23:03:54 aaron Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
bin/sarien
|
||||
share/doc/sarien/Changelog
|
||||
share/doc/sarien/README.agi
|
||||
share/examples/sarien/sarien.cfg
|
||||
@dirrm share/examples/sarien
|
||||
@dirrm share/doc/sarien
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra sarien.cfg
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2002/04/08 23:21:33 naddy Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_FILE=/var/games/toppler.hsc
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $SCORE_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/02/28 05:22:52 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
bin/toppler
|
||||
share/doc/toppler/README
|
||||
share/toppler/alarm.wav
|
||||
@ -23,3 +23,5 @@ share/toppler/toppler.dat
|
||||
share/toppler/water.wav
|
||||
@dirrm share/toppler
|
||||
@dirrm share/doc/toppler
|
||||
@cwd /var/games
|
||||
@extra toppler.hsc
|
||||
|
@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2003/11/27 06:07:37 jolan Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_FILE=/var/games/tornado.scores
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $SCORE_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/12/15 17:11:44 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/04/13 10:20:00 xsa Exp $
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/tornado
|
||||
@ -52,3 +52,5 @@ share/locale/ru/LC_MESSAGES/tornado.mo
|
||||
@dirrm man/fr
|
||||
@dirrm man/de/man6
|
||||
@dirrm man/de
|
||||
@cwd /var/games
|
||||
@extra tornado.scores
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2003/04/17 19:57:30 wilfried Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2004/04/13 10:20:00 xsa Exp $
|
||||
#
|
||||
# wanderer de-installation
|
||||
# Based on Brad Smiths - dopewars Deinstall
|
||||
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_FILE=/var/games/wandererscores
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -f $SCORE_FILE ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/17 10:27:42 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
@group games
|
||||
@mode 2555
|
||||
bin/wanderer
|
||||
@ -66,3 +66,5 @@ share/wanderer/screens/screen.60
|
||||
share/wanderer/screens/screen.61
|
||||
@dirrm share/wanderer/screens
|
||||
@dirrm share/wanderer
|
||||
@cwd /var/games
|
||||
@extra wandererscores
|
||||
|
@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2001/08/11 16:30:13 lebel Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2004/04/13 10:20:00 xsa Exp $
|
||||
#
|
||||
# dopewars de-installation
|
||||
# zangbang de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
SCORE_DIR=/var/games/zangband
|
||||
|
||||
if [ -f $SCORE_FILE ]; then
|
||||
if [ ${PKG_DELETE_EXTRA} != Yes -a -d $SCORE_DIR ]; then
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| To completely deinstall the $1 package you need to perform"
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/10/05 16:17:13 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/04/13 10:20:00 xsa Exp $
|
||||
bin/zangband
|
||||
share/zangband/apex/readme.txt
|
||||
share/zangband/apex/z_scores.raw
|
||||
@ -157,3 +157,4 @@ share/zangband/xtra/sound/sound.cfg
|
||||
@dirrm share/zangband/edit
|
||||
@dirrm share/zangband/apex
|
||||
@dirrm share/zangband
|
||||
@extraunexec rm -rf /var/games/zangband
|
||||
|
Loading…
Reference in New Issue
Block a user