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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
balloons
/
balloons.install
blob
063869a1c529b7610bbfd36b9fe75024561fe204
1
pkgname=balloons
2
3
post_install() {
4
if [ -e /usr/share/balloons/HIGH.DAT ]; then
5
echo "Your highscore file will be keeped"
6
else
7
install -m777 /usr/share/balloons/data/HIGH.DAT /usr/share/balloons
8
fi
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
16
post_remove() {
17
cp /usr/share/balloons/HIGH.DAT /usr/share/balloons/HIGH.DAT.back
18
}