diff options
author | Norbert Preining <preining@logic.at> | 2008-05-18 14:51:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-18 14:51:52 +0000 |
commit | fb23237500098e7be792a4dc278e9d015eb8f40a (patch) | |
tree | 1cce4d1cf4bcdbd55ec252ac30387c6e2ba59a7c /Master/install-tl | |
parent | ff9066ac4d536c55f150d9aa9c1eb974dcaf016f (diff) |
move the addition of menu items/desktop icons on win32 to TLPostActions
defined removal actions to remove the stuff
git-svn-id: svn://tug.org/texlive/trunk@8204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/install-tl b/Master/install-tl index e2eebd0a57c..02fdbee30ba 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -983,45 +983,6 @@ operations might be disturbed.\n\n"; } } } - - if (win32) { - add_desktop_shortcut( - $vars{'TEXDIR'}, - 'TeXdoc', - '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', - $vars{'TEXDIR'}.'/bin/win32/texdoctk.bat', - '', # no args - 'batgui', # any non-null value to hide command-prompt - ); - add_desktop_shortcut( - $vars{'TEXDIR'}, - 'PS_View', - $vars{'TEXDIR'}.'/tlpkg/tlpsv/psv.exe', # icon, not prog! - $vars{'TEXDIR'}.'/bin/win32/psv.bat', - '', - 'batgui', - ); - add_menu_shortcut( - 'TeXLive', - 'TeXLive Manager', - '', # $vars{'TEXDIR'}.'/tlpkg/doc/dummy.ico', - $vars{'TEXDIR'}.'/bin/win32/tlmgr.bat', - 'gui', - 'batgui', - ); - add_menu_shortcut( - 'TeXLive', - 'TeXLive Manual', - '', # default pdf icon - $vars{'TEXDIR'}.'/texmf-doc/doc/english/texlive-en/live.pdf', - '', - '', - ); - } - - # old installer: - #$config && texconfig-sys init - #$config || echo "PLEASE RUN texconfig or texconfig-sys to make new formats." } |