mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
8 lines
158 B
Bash
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%%"
|