freebsd-ports/games/super_methane_brothers/pkg-install
Jean-Yves Lefort fa16001ef7 - Update to 1.4.7
- Save high scores

Approved by:	adamw (implicit, mentor)
2005-04-24 15:45:35 +00:00

9 lines
172 B
Bash

#!/bin/sh
SCOREFILE="/var/games/methanescores"
[ "$2" != "POST-INSTALL" -o -f "$SCOREFILE" ] && exit 0
touch $SCOREFILE
chown root:games $SCOREFILE
chmod 664 $SCOREFILE