maybe chmod 0755 './texmf/fmtutil.d'
maybe chmod 0644 './texmf/fmtutil.d/format.jadetex.cnf'
maybe chmod 0644 './texmf/fmtutil.d/format.texlive-basic.cnf'
+maybe chmod 0644 './texmf/fmtutil.d/format.texlive-langcyrillic.cnf'
maybe chmod 0644 './texmf/fmtutil.d/format.texlive-latex.cnf'
maybe chmod 0644 './texmf/fmtutil.d/format.xmltex.cnf'
maybe chmod 0755 './texmf/language.dat.d'
maybe chmod 0644 './texmf/language.dat.d/.keep_app-text_texlive-core-0'
+maybe chmod 0644 './texmf/language.dat.d/language.texlive-langcyrillic.dat'
maybe chmod 0755 './texmf/language.dat.lua.d'
maybe chmod 0644 './texmf/language.dat.lua.d/.keep_app-text_texlive-core-0'
+maybe chmod 0644 './texmf/language.dat.lua.d/language.texlive-langcyrillic.dat.lua'
maybe chmod 0755 './texmf/language.def.d'
maybe chmod 0644 './texmf/language.def.d/.keep_app-text_texlive-core-0'
+maybe chmod 0644 './texmf/language.def.d/language.texlive-langcyrillic.def'
maybe chmod 0644 './texmf/ls-R'
maybe chmod 0755 './texmf/texmf.d'
maybe chmod 0644 './texmf/texmf.d/00header.cnf'
maybe chmod 0644 './texmf/updmap.d/texlive-basic.cfg'
maybe chmod 0644 './texmf/updmap.d/texlive-fontsextra.cfg'
maybe chmod 0644 './texmf/updmap.d/texlive-fontsrecommended.cfg'
+maybe chmod 0644 './texmf/updmap.d/texlive-langcyrillic.cfg'
maybe chmod 0644 './texmf/updmap.d/texlive-latex.cfg'
maybe chmod 0644 './texmf/updmap.d/texlive-latexextra.cfg'
maybe chmod 0644 './texmf/updmap.d/texlive-metapost.cfg'
--- /dev/null
+ ['bulgarian'] = {
+ loader = 'loadhyph-bg.tex',
+ lefthyphenmin = 2,
+ righthyphenmin = 2,
+ synonyms = { },
+ patterns = 'hyph-bg.pat.txt',
+ },
+ ['russian'] = {
+ loader = 'loadhyph-ru.tex',
+ lefthyphenmin = 2,
+ righthyphenmin = 2,
+ synonyms = { },
+ patterns = 'hyph-ru.pat.txt',
+ hyphenation = 'hyph-ru.hyp.txt',
+ },
+ ['ukrainian'] = {
+ loader = 'loadhyph-uk.tex',
+ lefthyphenmin = 2,
+ righthyphenmin = 2,
+ synonyms = { },
+ patterns = 'hyph-uk.pat.txt',
+ },