aboutsummaryrefslogtreecommitdiff
path: root/games/pachi/files/pkg-install.in
blob: 6f3ef5f9160c513feb68d6097fea2d1ffdf91217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

[ "$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%%"