@extra files

This commit is contained in:
espie 2003-08-22 17:58:13 +00:00
parent 542c9543c2
commit 30b5c52616
2 changed files with 13 additions and 5 deletions

11
games/xkobo/pkg/DEINSTALL Normal file
View File

@ -0,0 +1,11 @@
#! /bin/sh
case "X${PKG_DELETE_EXTRA}" in
XYes) ;;
*)
echo "+---------------"
echo "| Please remove the score-directory /var/games/xkobo.scores"
echo "| to fully un-install xkobo."
echo "+---------------";;
esac
exit 0

View File

@ -1,10 +1,7 @@
@comment $OpenBSD: PLIST,v 1.5 2002/04/07 01:54:49 naddy Exp $
@comment $OpenBSD: PLIST,v 1.6 2003/08/22 17:58:13 espie Exp $
man/man1/xkobo.1
@group games
@mode 2755
bin/xkobo
@exec install -d -g games -m 575 /var/games/xkobo.scores
@unexec echo "+---------------"
@unexec echo "| Please remove the score-directory /var/games/xkobo.scores"
@unexec echo "| to fully un-install xkobo."
@unexec echo "+---------------"
@extraunexec rm -rf /var/games/xkobo.scores