summaryrefslogblamecommitdiff
path: root/games/sokoban/pkg-install
blob: 9bd7ee94714e96892a426b1720550ce56ac8448d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                    
                      
#!/bin/sh

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

echo "===>   Creating initial high score file $FILE"
dd if=/dev/zero of=$FILE bs=1 count=2
chmod 664 $FILE
chown root:games $FILE