summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 924e31e38a7..bef9921b91e 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -345,6 +345,10 @@ sub collection_menu {
}
if (defined $command{"\u$answer"}) {
+ # if we play around with collections we also select custom-scheme
+ # but we do not switch back to originally afterwards, too complicated
+ # to be done
+ select_scheme("scheme-custom");
return $command{"\u$answer"}->();
} else {
return $command{'self'}->();
@@ -439,6 +443,7 @@ sub language_menu {
return $command{'self'}->();
}
if (defined $command{"\u$answer"}) {
+ select_scheme("scheme-custom");
return $command{"\u$answer"}->();
} else {
return $command{'self'}->();