updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hon / hon.install
blob839e99e948404dd75d4d30ed52686786b30a3522
2 post_install() {
3     echo ">>> You must read and agree to the terms in the EULAs found"
4     echo ">>> in /usr/share/licenses/hon/ before using this software!"
5     echo ">>>"
6     echo ">>> In order to play Heroes of Newerth, add your user to the 'games' group."
7     echo ">>> # gpasswd -a USERNAME games"
8     echo ">>> Remember to logout and log back in for the changes to take effect."
9     echo ">>> If you are on Nvidia hw and driver the game might crash and not start."
10     echo -e ">>> Append the following 3 lines to \"~/.Heroes of Newerth/game/startup.cfg\""
11     echo -e "SetSave \"vid_bpp\" \"32\""
12     echo -e "SetSave \"vid_refreshRate\" \"60\""
13     echo -e "SetSave \"vid_resolution\" \"1280,1024\""
16 post_upgrade() {
17     post_install $1