updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / firestorm-bin / firestorm.install
blob862dacd61c5155b86feacdd3f8911eaee2359228
1 post_install() {
2         echo ">>> You must register an account on the official Second Life"
3         echo ">>>  website in order to play Second Life."
4         echo ">>>"
5         echo ">>>  http://www.secondlife.com/"
6         echo ">>>"
7         echo ">>> You must also add your user to the 'games' group."
8         echo ">>>"
9         echo ">>>  # gpasswd -a USERNAME games"
10         echo ">>>"
11         echo ">>> Remember to logout and log back in for the changes to take effect."
12 #       echo ">>> Run /opt/phoenixviewer/fetch_bins.sh as user with access to /opt/phoenixviewer to get voice working."
13 #       echo ">>> If you got sound issues, check LL_BAD_* settings in /opt/phoenixviewer/snowglobe"
14 #       echo ">>> Read notice at http://www.phoenixviewer.com"
17 post_upgrade() {
18         post_install $1
19         echo ">>>"
20         echo ">>> Please clear your cache before logging in, or you will encounter issues."
21         echo ">>> You may do this through Edit->Preferences and the Network tab."
24 pre_remove() {
25         /bin/true
28 op=$1
29 shift
31 $op $*