summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-10-03 18:42:27 +0000
committerNorbert Preining <preining@logic.at>2009-10-03 18:42:27 +0000
commit6c0c4496c585ce39926a0fda3a934c282d059cf7 (patch)
tree8d94b063acf0d61b96f7983ebb7ea43c7389b655 /Master/tlpkg/installer/install-menu-text.pl
parent78763a7c0efdc52404b7c183a1f4d5523d279dba (diff)
another texworks round
- create a collection-texworks - move texworks from c-binextra to c-texworks - remove all mentioning of texworks in the installer - add collection-texworks to scheme-full git-svn-id: svn://tug.org/texlive/trunk@15618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index ba14da66d2e..cc9780eefda 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -699,7 +699,7 @@ sub options_menu {
my $b_letter=button($vars{'option_letter'});
my $b_deskint=button($vars{'option_desktop_integration'});
my $b_admin=button($vars{'option_w32_multi_user'});
- my $b_addoneditor=button($vars{'addon_editor'});
+ #my $b_addoneditor=button($vars{'addon_editor'});
my $b_restricted = button($vars{'option_write18_restricted'});
my $sys_bin=$vars{'option_sys_bin'};
@@ -753,7 +753,7 @@ EOF
# if we are admin we allow normal user installation, too
print " <U> make installation available to all users: $b_admin\n";
}
- print " <E> install TeXworks front end: $b_addoneditor\n";
+ #print " <E> install TeXworks front end: $b_addoneditor\n";
}
}
other_options qw(R Q diskspace);
@@ -885,7 +885,7 @@ sub main_menu {
my $b_letter=button($vars{'option_letter'});
my $b_deskint=button($vars{'option_desktop_integration'});
my $b_admin=button($vars{'option_w32_multi_user'});
- my $b_addoneditor=button($vars{'addon_editor'});
+ #my $b_addoneditor=button($vars{'addon_editor'});
my $b_restricted = button($vars{'option_write18_restricted'});
my $warn_nobin;
@@ -1001,7 +1001,7 @@ EOF
if (admin()) {
print " $b_admin make installation available to all users\n";
}
- print" $b_addoneditor install TeXworks front end\n";
+ #print" $b_addoneditor install TeXworks front end\n";
} else {
print " $b_path create symlinks to standard directories\n";
}