updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fabled-lands-app / flands.install
blob365707f53a76eb4f308c1a7811cc87db2c4c28e5
1 post_install() {
2 # If a quick save file doesn't exist, create it and fix permissions.
3 if [ ! -d /opt/flands/savegame.dat ]; then
4         touch /opt/flands/savegame.dat
5         chmod 766 /opt/flands/savegame.dat
6 fi