From 6e10a5c1c062bc55d1a3327cd13d4447ee9a3010 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Oct 2000 23:04:34 +0000 Subject: no_comment --- perl-install/install_steps.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f51a149cf..38b490c62 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -439,9 +439,12 @@ Consoles 1,3,4,7 may also contain interesting information"; #- simply disable it :-( # substInFile { s/^urpmi\n//; $_ .= "urpmi\n" if eof } "$msec/group.conf" if -d $msec; } + if (my $charset = lang::charset($o->{lang}, $o->{prefix})) { + update_userkderc("$o->{prefix}/usr/share/config/kdeglobals", 'Locale', Charset => $charset); + } # #- update language and icons for KDE. -# update_userkderc($o->{prefix}, 'Locale', Language => ""); +# update_userkderc($_, 'Locale', Language => "") foreach list_skels($o->{prefix}, '.kderc'); # log::l("updating kde icons according to available devices"); # install_any::kdeicons_postinstall($o->{prefix}); -- cgit v1.2.1