updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / irukandji-demo / irukandji-demo.install
blob2caa15c118e97c9153efa8ef7779522e0b734b8c
1  post_install() {
2     echo -e '\E[1;34m'
3     echo " "
4     echo " "
5     echo "<==== INFORMATION ====>"
6     echo " "
7     echo "* Irukandji Demo is now installed."
8     echo " "
9     echo "* The full version can be purchased for minimum $ 1"
10     echo "* Homepage: http://www.charliesgames.com/wordpress/?page_id=399"
11     echo " "
12     echo "* In order to play Irukandji properly, add your user to the 'games' group. "
13     echo "*"
14     echo "*   # gpasswd -a USERNAME games   "
15     echo "*"
16     echo "* Remember to logout and log back in for the changes to take effect."
17     echo " "
18     echo "* Accessing the game by typing 'irukandji-demo' in the terminal."
19     echo " "
21 tput sgr0 
22