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 Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git]
/
tremfusion
/
tremfusion.install
blob
c294d92569ef2914339545d6f817e5ae95ea09f3
1
post_install() {
2
3
cat << _EOF
4
5
==> If you have old, manually installed fusion data files, remove them,
6
==> including fusion .pk3's/.so's in ~/.tremulous/tremfusion.
7
8
_EOF
9
10
}
11
12
post_upgrade() {
13
post_install
14
}
15