updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kokua-bin / kokua-bin.install
blob62e8f852f10f32c7fc00b6529c757cd0ff2145d3
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."
14 post_upgrade() {
15         post_install $1
18 pre_remove() {
19         /bin/true
22 op=$1
23 shift
25 $op $*