aboutsummaryrefslogtreecommitdiffstats
path: root/games/toppler/pkg-install
blob: d406fe42462120a34c2739a160d8db6376ec0302 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

FILE=/var/games/toppler/toppler.hsc
[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0

echo "===>   Creating initial high score file $FILE"
[ -d `dirname $FILE` ] || install -o root -g games -m 775 -d `dirname $FILE`
install -o root -g games -m 664 /dev/null $FILE