freebsd-ports/games/xrot/pkg-install
Will Andrews c00a15fd54 Add xrot 1.3.2, a falling ball puzzle game for X.
PR:		26377
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 05:51:42 +00:00

10 lines
197 B
Bash

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