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

FILE="/var/games/nighthawk.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