summarylogtreecommitdiffstats
path: root/coolvlviewer.install
blob: 6983bcda23763314bfb9837649b68be003b20398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
post_install() {
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 ">> 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
shift

$op $*