diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 1f4bf0da639..598fabf4de1 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -224,6 +224,14 @@ sub do_install_bin_texlive { 'gui', 'batgui', ); + add_menu_shortcut( + $mainmenu, + 'Release notes', + '', + 'http://tug.org/texlive/windows.html', + '', + '', + ); if (uc(TeXLive::TLWinGoo::win_which_dir('tex.exe')) ne uc($texdir.'/bin/win32') or uc(TeXLive::TLWinGoo::win_which_dir('pdftex.exe')) ne @@ -255,6 +263,7 @@ sub do_remove_bin_texlive { my ($texdir) = @_; if (win32()) { remove_menu_shortcut($mainmenu, 'TeX Live Manager'); + remove_menu_shortcut($mainmenu, 'Release notes'); remove_menu_shortcut($mainmenu, 'TeX Live Prompt'); remove_desktop_shortcut('TeX Live Prompt'); } |