freebsd-ports/games/super_methane_brothers/pkg-install

11 lines
192 B
Text
Raw Normal View History

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