freebsd-ports/games/golddig/files/pkg-install.in
Dmitry Marakasov e7b81852c3 - Stagify
- Improve highscore file handling
- Pass maintainership to games@
- Fix insallation from user
- Strip binary
2014-05-26 20:23:16 +00:00

10 lines
172 B
Bash

#!/bin/sh
#
# $FreeBSD$
[ "$2" != "POST-INSTALL" ] && exit 0
[ -e "%%SCOREFILE%%" ] && exit 0
touch "%%SCOREFILE%%"
chgrp games "%%SCOREFILE%%"
chmod g+w "%%SCOREFILE%%"