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]
/
fizzball
/
fizzball-demo.install
blob
332e497f1bfa188fab797866af84e993f804580a
1
post_install() {
2
echo -e '\E[1;34m'
3
echo " "
4
echo " "
5
echo "<==== INFORMATION ====>"
6
echo " "
7
echo "* FizzBall is now installed."
8
echo " "
9
echo "* Accessing the game by typing 'fizzball' in the terminal. "
10
echo " "
11
12
tput sgr0
13
}