updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / imprudence-secondlife-bin / imprudence-secondlife.install
bloba85f3a1994a41d8708f31e6d2b756e8f8015f8b4
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 ""
13     echo ">>> NOTICE: This is the native 32bit release. If you're looking for"
14     echo ">>> the native 64bit you should use imprudence-secondlife-bin-x86_64"
17 post_upgrade() {
18         post_install $1
21 pre_remove() {
22         /bin/true
25 op=$1
26 shift
28 $op $*