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 12:00:27 UTC 2012
[aur-mirror.git]
/
umineko-en
/
umineko-en.install
blob
bfe899a7201733a6ed20892ee909be1bad1bc631
1
post_install() {
2
echo "To complete installation, run /usr/games/umineko/install.sh as root. This extracts files from the game disc."
3
}
4
5
post_remove() {
6
rm -r /usr/games/umineko >& /dev/null
7
}
8
9
# vim:set ts=2 sw=2 et: