|
@@ -106,6 +106,8 @@ if [ "${commandname}" == "INSTALL" ]; then
|
|
|
fix_kf.sh
|
|
fix_kf.sh
|
|
|
elif [ "${shortname}" == "kf2" ]; then
|
|
elif [ "${shortname}" == "kf2" ]; then
|
|
|
fix_kf2.sh
|
|
fix_kf2.sh
|
|
|
|
|
+ elif [ "${shortname}" == "lo" ]; then
|
|
|
|
|
+ fix_lo.sh
|
|
|
elif [ "${shortname}" == "ro" ]; then
|
|
elif [ "${shortname}" == "ro" ]; then
|
|
|
fix_ro.sh
|
|
fix_ro.sh
|
|
|
elif [ "${shortname}" == "samp" ]; then
|
|
elif [ "${shortname}" == "samp" ]; then
|