freebsd-ports/games/super_methane_brothers/pkg-install
Alejandro Pulver ef6e522406 - Update to 1.4.8.
- Take maintainership.

PR:		ports/115144
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
2007-09-14 04:01:51 +00:00

10 lines
192 B
Bash

#!/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