summarylogtreecommitdiffstats
path: root/coolvlviewer.install
blob: f47fc5330bf49f26601af26b402a08d477a2ed4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
echo ">>> The version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1282.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."
echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" to setup everything for the viewer."
}

post_upgrade() {
echo ">>> New version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1282.xml."
echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" to setup everything for the viewer."
}