repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
fabled-lands-app
/
flands.install
blob
365707f53a76eb4f308c1a7811cc87db2c4c28e5
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
7
}