From dfddf95ae632c971c3dbe24e98afab93f159ce5b Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Wed, 13 Aug 2008 10:58:02 +0000 Subject: TLPostActions: remove texdoctk shortcut from desktop; typo git-svn-id: svn://tug.org/texlive/trunk@10307 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 86e3381be63..1f4bf0da639 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -122,7 +122,7 @@ sub do_install_xetex { } # call fc-cache but only when we install on win32! if (win32()) { - info("Running f-cache -v -r\n"); + info("Running fc-cache -v -r\n"); log(`fc-cache -v -r 2>&1`); #system("fc-cache","-v", "-r"); } @@ -135,14 +135,14 @@ $PostInstall{"xetex"} = \&do_install_xetex; sub do_install_bin_texdoc { my ($texdir, $texdirw) = @_; if (win32()) { - add_desktop_shortcut( - $texdirw, - 'TeXdoc GUI', - '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', # the icon - $texdir.'/bin/win32/texdoctk.bat', - '', # no args - 'batgui', # any non-null value to hide command-prompt - ); + #add_desktop_shortcut( + # $texdirw, + # 'TeXdoc GUI', + # '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', # the icon + # $texdir.'/bin/win32/texdoctk.bat', + # '', # no args + # 'batgui', # any non-null value to hide command-prompt + #); add_menu_shortcut( $mainmenu, 'TeXdoc GUI', @@ -156,7 +156,7 @@ sub do_install_bin_texdoc { sub do_remove_bin_texdoc { my ($texdir) = @_; if (win32()) { - remove_desktop_shortcut('TeXdoc GUI'); + # remove_desktop_shortcut('TeXdoc GUI'); remove_menu_shortcut($mainmenu, 'TeXdoc GUI'); } } -- cgit v1.2.3