diff options
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/tracked-install.pl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl index 54ec22599d5..0309a25b64e 100644 --- a/Master/tlpkg/installer/tracked-install.pl +++ b/Master/tlpkg/installer/tracked-install.pl @@ -1,15 +1,10 @@ #!/usr/bin/env perl -# $Id: install-menu-perltk.pl 41176 2016-05-16 00:42:28Z preining $ +# $Id$ # -# Copyright 2008-2014 Norbert Preining +# Copyright 2008-2017 Norbert Preining # Copyright 2008 Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 # or any later version. -# -# TODO: -# - make the fancy selector the default, at least on unix -# - for w32 find out the necessary files for the fancy selector and move -# them to the installer perl package use strict; $^W = 1; |