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 Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
lcs
/
install
blob
c7b5886540813065cfbd147887a5205c7547fced
1
post_install() {
2
# Show warnings
3
/bin/cat <<EOF
4
5
==> Run 'crimesquad' to start the game
6
==>
7
==> Known bugs:
8
==> - Loading a game does not work. Remove ~/.lcs/ to be able to start a new game.
9
==>
10
EOF
11
}
12
13
# vim:set ts=2 sw=2 ft=sh et: