updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / caster / caster.install
blob0baf1e991d3a71401bbfd1a112e726b9c5cf4c73
1 post_install() {
2     echo -e '\E[1;34m'
3     echo " "
4     echo " "
5     echo "<==== INFORMATION ====>"
6     echo " "
7     echo "* Caster is now installed."
8     echo " "
9     echo "* In order to play Caster properly, add your user to the 'games' group. "
10     echo "*"
11     echo "*   # gpasswd -a USERNAME games   "
12     echo "*"
13     echo "* Remember to logout and log back in for the changes to take effect."
14     echo " "
15     echo "* Accessing the game by typing 'caster' in the terminal. "
16     echo "* Changing the game preferences: edit '/opt/Caster/settings.ini'."  
17     echo " "
19 tput sgr0 
20