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.pm9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index 1188f0e4b2a..a347431761a 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -26,13 +26,12 @@ our %PostInstall;
our %PostRemove;
+# xetex
#
-# bin-xetex
-#
-sub do_install_bin_xetex {
+sub do_install_xetex {
my ($texdir, $texdirw, $texmfsysvar) = @_;
#
- # bin-xetex installs font-config related stuff
+ # bin-installs font-config related stuff
#
# new version according to Staszek
if (!defined($texmfsysvar)) {
@@ -89,7 +88,7 @@ sub do_install_bin_xetex {
system("fc-cache","-v", "-r");
}
}
-$PostInstall{"bin-xetex"} = \&do_install_bin_xetex;
+$PostInstall{"xetex"} = \&do_install_xetex;
#
# bin-texdoc