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 17 12:00:36 UTC 2012
[aur-mirror.git]
/
stepmania-beta
/
stepmania-beta.install
blob
b2540e3754b27ef51b08c383e22abda6fff5b6f9
1
post_install() {
2
cat << EOF
3
==> The root directory for StepMania is /opt/stepmania-beta.
4
==> Please refer to the StepMania documentation to learn
5
==> about adding content to your StepMania installation.
6
EOF
7
}
8
9
pre_remove() {
10
# delete old cache
11
rm -rf /opt/stepmania-beta/Cache
12
}
13
14
op=$1
15
shift
16
17
$op $*