summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPostActions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index 7e97c2367e9..88daef69272 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -51,7 +51,7 @@ sub do_install_bin_xetex {
}
# call fc-cache but only when we install on win32!
if (win32()) {
- system("fc-cache","-v");
+ system("fc-cache","-v", "-r");
}
}
$PostInstall{"bin-xetex"} = \&do_install_bin_xetex;