diff options
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 49342015d7f..2000b477917 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -48,7 +48,7 @@ sub do_install_bin_context { } # # That has to be sorted out and maybe changed at a later time, so do NOT -# enable that for now. +# enable that for now. ###$PostInstall{"bin-context"} = \&do_install_bin_context; @@ -59,7 +59,7 @@ sub do_install_luatex { # # SEE ABOVE # $PostInstall{"luatex"} = \&do_install_luatex; - + # xetex # @@ -76,6 +76,8 @@ sub do_install_xetex { if (-r "$texdir/bin/win32/conf/fonts.conf") { # we have installed win32, so put it into texmfsysvar mkdirhier("$texmfsysvar/fonts"); + TeXLive::TLUtils::rmtree("$texmfsysvar/fonts/conf"); + TeXLive::TLUtils::rmtree("$texmfsysvar/fonts/cache"); my @cpycmd; if (win32()) { push @cpycmd, "xcopy", "/e", "/i", "/q", "/y"; |