summaryrefslogtreecommitdiffstats
path: root/games/lexter/pkg-install
blob: 0a93e455e9903a32e03c78df11e0c6db2e96cf6d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

echo "===>   Creating initial high score file $FILE"
touch $FILE
chown root:games $FILE
chmod 664 $FILE
OpenPOWER on IntegriCloud