#setup supported variable 
if [ -n "$LANGS" ];then  
    mkdir -p /etc/sysconfig 
    echo "SUPPORTED=$LANGS" >/etc/sysconfig/i18n 
fi