From e2422a86d6228c88d08ad0116d30738e852b083e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Sep 2001 10:26:52 +0000 Subject: remove the "konsole and gnome-terminal are lamers in exotic languages, link them to something better" --- perl-install/install_steps.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8ea6af381..0f0da35bb 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -451,13 +451,6 @@ Consoles 1,3,4,7 may also contain interesting information"; install_any::disable_user_view($o->{prefix}) if $o->{security} >= 3 || $o->{authentication}{NIS}; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); - #- konsole and gnome-terminal are lamers in exotic languages, link them to something better - if ($o->{lang} =~ /ja|ko|zh/) { - foreach ("konsole", "gnome-terminal") { - my $f = "$o->{prefix}/usr/bin/$_"; - symlinkf("X11/rxvt.sh", $f) if -e $f; - } - } foreach (list_skels($o->{prefix}, '.kde/share/config/kfmrc')) { my $found; substInFile { -- cgit v1.2.1