freebsd-ports/games/lbreakout2/pkg-install
2002-08-04 07:26:00 +00:00

7 lines
228 B
Bash

#!/bin/sh
FILE=/var/games/lbreakout2.hscr
[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
echo "===> Creating initial high score file $FILE"
install -o root -g games -m 664 ${PKG_PREFIX}/share/lbreakout2/empty.hscr $FILE