summaryrefslogtreecommitdiffstats
path: root/games/pachi/files/pkg-install.in
blob: ff18a3208638058401b7bd1d85ba574e4496c8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD$

[ "$2" != "POST-INSTALL" ] && exit 0
[ -e "%%SCOREFILE%%" ] && exit 0

mkdir -p "%%SCOREDIR%%"

# Empty scorefile contains 170 zero bytes
dd if=/dev/zero of="%%SCOREFILE%%" bs=170 count=1 2>/dev/null
chgrp -R games "%%SCOREDIR%%"
chmod g+w "%%SCOREFILE%%"
OpenPOWER on IntegriCloud