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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
rockdodger
/
rockdodger.install
blob
dae9ef0daad3b758675548d1319755dd17909635
1
post_install() {
2
touch var/games/rockdodger.highscore
3
chown root:games var/games/rockdodger.highscore
4
chmod 664 var/games/rockdodger.highscore
5
}
6
7
pre_upgrade() {
8
if [ -e usr/share/rockdodger/.highscore ]; then
9
mv usr/share/rockdodger/.highscore var/games/rockdodger.highscore
10
fi
11
}
12
13
post_upgrade() {
14
post_install
15
}