updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / snowglobe-bin / snowglobe.install
blobf0933d48b3b54b054ae6a314d706956f84d8d55e
1  
2 post_install() {
3         echo ">>> You must register an account on the official Second Life"
4         echo ">>>  website in order to play Second Life."
5         echo ">>>"
6         echo ">>>  http://www.secondlife.com/"
7         echo ">>>"
8         echo ">>> You must also add your user to the 'games' group."
9         echo ">>>"
10         echo ">>>  # gpasswd -a USERNAME games"
11         echo ">>>"
12         echo ">>> Remember to logout and log back in for the changes to take effect."
15 post_upgrade() {
16         post_install $1
19 pre_remove() {
20         /bin/true
23 op=$1
24 shift
26 $op $*