summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-extl.pl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2021-02-27 14:17:34 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2021-02-27 14:17:34 +0000
commita9ab728d2a8b514da67b964a845f2e5bb7308f60 (patch)
treeb3bb1c4353420103f6e4fd253d67bd64aa07fc96 /Master/tlpkg/installer/install-menu-extl.pl
parent031c04eef86cf6a023875460fb579c853f7cb81b (diff)
Translations loaded in tlmgr and install-tl
git-svn-id: svn://tug.org/texlive/trunk@57970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-extl.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-extl.pl13
1 files changed, 2 insertions, 11 deletions
diff --git a/Master/tlpkg/installer/install-menu-extl.pl b/Master/tlpkg/installer/install-menu-extl.pl
index 7cf2c4f56cf..24a4d617d9e 100644
--- a/Master/tlpkg/installer/install-menu-extl.pl
+++ b/Master/tlpkg/installer/install-menu-extl.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# install-menu-extl.pl
-# Copyright 2018, 2019 Siep Kroonenberg
+# Copyright 2018-2021 Siep Kroonenberg
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -57,15 +57,6 @@ our $MENU_QUIT = 2;
my $RETURN = $MENU_INSTALL;
-# @fileassocdesc also defined in install-tl
-$::fileassocdesc[0] = "None";
-$::fileassocdesc[1] = "Only new";
-$::fileassocdesc[2] = "All";
-
-$::deskintdesc[0] = "None";
-$::deskintdesc[1] = "Menu shortcuts";
-$::deskintdesc[2] = "Launcher";
-
do_remote_init();
print STDOUT "endload\n\n";
@@ -208,7 +199,7 @@ sub run_menu_extl {
}
}
} # run_menu_extl
-
$::run_menu = \&run_menu_extl;
+
1;