summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGarfield Linden2023-11-12 05:48:08 -0500
committerGarfield Linden2023-11-12 05:48:08 -0500
commitb3c13f6827e3300123636d077cd79ffb71c6bfa3 (patch)
treed2c5e044a38ed09305edeecb7dbf0ac01ac4856d
parentd632b6d405ea47632dba4a2a330d88cd3d1827fc (diff)
downloadaur-b3c13f6827e3300123636d077cd79ffb71c6bfa3.tar.gz
fix(install file): point user to new settings file
-rw-r--r--coolvlviewer.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/coolvlviewer.install b/coolvlviewer.install
index d88789a4cfdd..4fcb72933889 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -1,6 +1,6 @@
post_install() {
echo ">>> The version of settings file is:"
-echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1301.xml."
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1310.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."
@@ -9,6 +9,6 @@ echo ">>> To use SLVoice, please make sure Wine is installed on your system and
post_upgrade() {
echo ">>> New version of settings file is:"
-echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1301.xml."
+echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_1310.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."
}