While here: - Document the license - simplify the plist to enforce the games group on the binary - use @postexec instead of @exec
4 lines
200 B
Text
4 lines
200 B
Text
@(,games,) bin/bsdtris
|
|
man/man6/bsdtris.6.gz
|
|
@postexec touch /var/games/bsdtris.scores ; chmod 664 /var/games/bsdtris.scores ; chgrp games /var/games/bsdtris.scores
|
|
@rmempty /var/games/bsdtris.scores
|