diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index e065253149a..a892e6d44ea 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -145,10 +145,10 @@ our %TLPDBOptions = ( "Create formats on installation" ], "desktop_integration" => [ "b", 1, "desktop_integration", - "Create shortcuts (menu and desktop) in postinst" ], + "Create Start menu shortcuts (w32)" ], "file_assocs" => [ "n:0..2", 1, "fileassocs", - "Change file associations in postinst" ], + "Change file associations (w32)" ], "install_docfiles" => [ "b", 1, "docfiles", "Install documentation files" ], @@ -172,7 +172,7 @@ our %TLPDBOptions = ( "Destination for symlinks for man pages" ], "w32_multi_user" => [ "b", 0, "multiuser", - "Install for shortcuts/menu items for all users (w32)" ], + "Install for all users (w32)" ], "generate_updmap" => [ "b", 0, "generate_updmap", "Run tlmgr generate updmap after maps have changed" ], @@ -186,7 +186,6 @@ our %TLPDBSettings = ( our $WindowsMainMenuName = "TeX Live $ReleaseYear"; - 1; |