summarylogtreecommitdiffstats
path: root/coolvlviewer.install
blob: bbecadd78cc52856214cf41e002cf71febd004d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
echo ">>> The version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1302.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 ">>> Current version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1302.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."
}