summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-07 10:26:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-07 10:26:52 +0000
commite2422a86d6228c88d08ad0116d30738e852b083e (patch)
treeb0f8a027475a08e669f9dbff9fb08038f0ba3bb5 /perl-install/install_steps.pm
parent1540713da6b98900a7be3a845e2bea5434d03508 (diff)
downloaddrakx-backup-do-not-use-e2422a86d6228c88d08ad0116d30738e852b083e.tar
drakx-backup-do-not-use-e2422a86d6228c88d08ad0116d30738e852b083e.tar.gz
drakx-backup-do-not-use-e2422a86d6228c88d08ad0116d30738e852b083e.tar.bz2
drakx-backup-do-not-use-e2422a86d6228c88d08ad0116d30738e852b083e.tar.xz
drakx-backup-do-not-use-e2422a86d6228c88d08ad0116d30738e852b083e.zip
remove the "konsole and gnome-terminal are lamers in exotic languages, link them to something better"
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files changed, 0 insertions, 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 {