|
@ -42,8 +42,11 @@ if [ "${function_selfname}" != "command_install.sh" ]; then |
|
|
elif [ "${gamename}" == "ARMA 3" ]; then |
|
|
elif [ "${gamename}" == "ARMA 3" ]; then |
|
|
fix_arma3.sh |
|
|
fix_arma3.sh |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if [ "${gamename}" != "Teamspeak 3" ]; then |
|
|
fix_glibc.sh |
|
|
fix_glibc.sh |
|
|
fi |
|
|
fi |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
# Fixes that are run on install only. |
|
|
# Fixes that are run on install only. |
|
|
if [ "${function_selfname}" == "command_install.sh" ]; then |
|
|
if [ "${function_selfname}" == "command_install.sh" ]; then |
|
|