Win installer: remove outdated actions for Belarusion

there is now the package babel-belarusian available since a while
This commit is contained in:
Uwe Stöhr 2016-10-11 02:30:08 +02:00
parent 971025b80d
commit 7cdc6b5367
2 changed files with 4 additions and 8 deletions

View File

@ -12,6 +12,7 @@ authordate
babel-albanian
babel-bahasa
babel-basque
babel-belarusian
babel-breton
babel-bulgarian
babel-catalan

View File

@ -277,16 +277,11 @@ Function ConfigureMiKTeX
SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"
${endif}
# Belarusian support
${ifnot} ${FileExists} "$PathLaTeXLocal\tex\generic\babel\belarusian.ldf"
SetOutPath "$PathLaTeXLocal\tex\generic\babel"
File "${FILES_DVIPOST_PKG}\belarusian.ldf"
File "${FILES_DVIPOST_PKG}\belarusian.sty"
${endif}
# Hungarian support
# The following seems to be unnecesary since 2015, therefore it is commented
# this is a replacement therefore do this in every case
SetOutPath "$PathLaTeXLocal\tex\generic\babel"
File "${FILES_DVIPOST_PKG}\magyar.ldf"
#SetOutPath "$PathLaTeXLocal\tex\generic\babel"
#File "${FILES_DVIPOST_PKG}\magyar.ldf"
# install a Perl interpreter for splitindex and pdfcrop
SetOutPath "$INSTDIR"