summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-02 03:20:54 +0000
committerNorbert Preining <norbert@preining.info>2021-04-02 03:20:54 +0000
commit3f173002d4a4a84e7d1fa5a74755fdd00d08a9c2 (patch)
tree5ed380344702de1f9ab53b68b6c3bcd6b8458087 /systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
parentf78ba658b3ecd56053fe0837a4404d0c6c16a707 (diff)
CTAN sync 202104020320
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl13
1 files changed, 2 insertions, 11 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
index 7cf2c4f56c..24a4d617d9 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-extl.pl
+++ b/systems/texlive/tlnet/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;