updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / secondlife-svn / secondlife.install
blob5e92df95e79656f90217d9516c617c46c7c56762
1  
2 post_install() {
3         # Add 'games' Group
4         getent group games > /dev/null || /usr/sbin/groupadd -g 20 games
6         echo ">>> You must register an account on the official Second Life"
7         echo ">>>  website in order to play Second Life."
8         echo ">>>"
9         echo ">>>  http://www.secondlife.com/"
10         echo ">>>"
11         echo ">>> You must also add your user to the 'games' group."
12         echo ">>>"
13         echo ">>>  # gpasswd -a USERNAME games"
14         echo ">>>"
15         echo ">>> Remember to logout and log back in for the changes to take effect."
18 post_upgrade() {
19         post_install $1
22 pre_remove() {
23         /bin/true
26 op=$1
27 shift
29 $op $*