diff options
author | GordonGR | 2017-10-21 15:55:46 +0300 |
---|---|---|
committer | GordonGR | 2017-10-21 15:55:46 +0300 |
commit | 5feafdf35d2b9c5471d1f2a97c536ad4901c63d2 (patch) | |
tree | 138bb691201222cf9c7a749ae7b70483ba180148 /coolvlviewer.install | |
parent | 53f93a795a07140d74729f4d0a4a9e95c471d3d6 (diff) | |
download | aur-5feafdf35d2b9c5471d1f2a97c536ad4901c63d2.tar.gz |
1.26.21.0-1: Upstream update
Diffstat (limited to 'coolvlviewer.install')
-rw-r--r-- | coolvlviewer.install | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/coolvlviewer.install b/coolvlviewer.install index 2bee0ccd7396..7a363c73d305 100644 --- a/coolvlviewer.install +++ b/coolvlviewer.install @@ -4,21 +4,21 @@ 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_12619.xml." +echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12621.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 ">> New way of selecting sound backend:" -#echo ">> Use the AudioDisableFMODEx, AudioDisableOpenAL, MODExDisableALSA," -#echo ">> FMODExDisableOSS or FMODExDisablePulseAudio" -#echo ">> Debug Settings." +post_upgrade() { +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_12619.xml." -#} +echo ">>> New version of settings file is:" +echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12621.xml." +} op=$1 shift |