summarylogtreecommitdiffstats
path: root/coolvlviewer.install
blob: 81289adbf79bd96a9a47f9ef7df5e1d441ccace9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
post_install() {
	echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
	echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
	echo ">>> Currently the file is set for use with OSS."
	echo ">>> New version of settings file is:"
	echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12616.xml."
	echo ">>> You must also add your user to the 'games' group."
	echo ">>>  # gpasswd -a USERNAME games"
	echo ">>> Remember to logout and log back in for the changes to take effect."

}

post_upgrade() {
	echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
	echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
	echo ">>> Currently the file is set for use with OSS."
#	echo ">>> New version of settings file is:"
#	echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12616.xml."

}

op=$1
shift

$op $*