ports/games/golddig/files/pkg-install.in
2021-04-06 16:31:13 +02:00

8 lines
158 B
Bash

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