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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
iostvoy
/
iostvoy.install
blob
9fa251e6d6ec9d4ff44f8677910dde0a88e4ca16
1
2
post_install() {
3
echo ">>>"
4
echo ">>>>To play iostvoy with the Retail Version:"
5
echo ">>> Copy the pak0.pk3 file from the original game CD to"
6
echo ">>> /opt/iostvoy/baseEF/"
7
echo ">>>"
8
echo ">>>>When you have the .pk3 file(s) installed, run the game:"
9
echo ">>> stvoyHM"
10
echo ">>>"
11
}
12
13
post_upgrade() {
14
post_install $1
15
}
16
17
pre_remove() {
18
/bin/true
19
}
20
21
op=$1
22
shift
23
24
$op $*
25