freebsd-ports/games/ivan/pkg-install
Dmitry Marakasov 3699070f4d - Support staging
- Convert USE_GMAKE to USES
2013-11-18 22:49:32 +00:00

15 lines
285 B
Bash

#!/bin/sh
#
# $FreeBSD$
STATEDIR="/var/games/ivan"
[ "$2" != "POST-INSTALL" -o -d "$SCOREDIR" ] && exit 0
echo "Creating state directory..."
mkdir -p "$STATEDIR"
touch "$STATEDIR/ivan-highscore.scores"
mkdir -p "$STATEDIR/Bones"
chgrp -R games "$STATEDIR"
chmod -R g+w "$STATEDIR"