summarylogtreecommitdiffstats
path: root/coolvlviewer.install
diff options
context:
space:
mode:
authorGordonGR2016-06-26 17:56:21 +0300
committerGordonGR2016-06-26 17:56:21 +0300
commit75f3330fab0566698ed8eed81ac6bfb174d0b3c3 (patch)
treeb687c4470198b3dc197f55009f58a9adf6c83a0f /coolvlviewer.install
parent6c8f27c020695b2c59c75034dd21e65e9f3e9f02 (diff)
downloadaur-75f3330fab0566698ed8eed81ac6bfb174d0b3c3.tar.gz
1.26.18.11-1: Upstream update
Diffstat (limited to 'coolvlviewer.install')
-rw-r--r--coolvlviewer.install28
1 files changed, 15 insertions, 13 deletions
diff --git a/coolvlviewer.install b/coolvlviewer.install
index e8d966986455..81e9f65bd638 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -1,22 +1,24 @@
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 ">>> The version of settings file is:"
- echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.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 ">> New way of selecting sound backend:"
+echo ">> Use the AudioDisableFMODEx, AudioDisableOpenAL, MODExDisableALSA,"
+echo ">> FMODExDisableOSS or FMODExDisablePulseAudio"
+echo ">> Debug Settings."
+echo ">>> The version of settings file is:"
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.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_12618.xml."
+echo ">> New way of selecting sound backend:"
+echo ">> Use the AudioDisableFMODEx, AudioDisableOpenAL, MODExDisableALSA,"
+echo ">> FMODExDisableOSS or FMODExDisablePulseAudio"
+echo ">> Debug Settings."
+#echo ">>> New version of settings file is:"
+#echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12618.xml."
}
op=$1