freebsd-ports/games/nighthawk/pkg-install
Will Andrews 12d0201572 Add nighthawk 2.2, an X11 shoot-'em up which requires some lateral
thinking.

PR:		26341
Submitted by:	Mark Pulford <mark@kyne.com.au>
2001-04-07 05:30:42 +00:00

9 lines
202 B
Bash

#!/bin/sh
FILE="/var/games/nighthawk.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