Update games/tornado to version 1.4_2
[dports.git] / games / tornado / pkg-install
1 #!/bin/sh
2
3 FILE=/var/games/tornado.scores
4 [ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0
5
6 echo "===>   Creating initial high score file $FILE"
7 install -o root -g games -m 664 ${PKG_PREFIX}/share/tornado/tornado.scores.init $FILE