freebsd-ports/games/greed/pkg-install
Will Andrews cba19b1b91 Add greed 3.3, a text puzzle game with the aim of clearing the game
field.

PR:		26294
Submitted by:	Mark Pulford «mark@kyne.com.au>
2001-04-07 05:24:31 +00:00

10 lines
194 B
Bash

#!/bin/sh
FILE="/var/games/greed.hs"
[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
echo "===> Creating initial high score file $FILE"
touch $FILE
chown root.games $FILE
chmod 664 $FILE