updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / savage / savage.install
blob5a709e71adef656bd7235292038d553db58fb3e7
2 post_install() {        
3         echo ">>> In order to play Savage, add your user to the 'games' group."
4         echo ">>>"
5         echo ">>>  # gpasswd -a USERNAME games"
6         echo ">>>"
7         echo ">>> Remember to logout and log back in for the changes to take effect."
10 post_upgrade() {
11         post_install $1
14 pre_remove() {
15         /bin/true
18 op=$1
19 shift
21 $op $*