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 Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git]
/
freegish-git
/
freegish.install
blob
7f4b3bcaa77a64e37e6426043cc06eeab5fd516f
1
post_install() {
2
cat << _EOF
3
If you own original assets from purchased version,
4
copy the following directories into /usr/share/freegish:
5
* animation
6
* level
7
* music
8
* sound
9
* texture
10
* tile01 ... tile07
11
_EOF
12
}
13
14
post_upgrade() {
15
post_install
16
}
17
18
op=$1
19
shift
20
$op $*