diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-13 16:23:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-13 16:23:52 +0000 |
commit | 18c32e11ce1b87b739312cc6a9a53be8f6963081 (patch) | |
tree | df394bb42998edd0df79915333d175030a361391 /perl-install | |
parent | d61992f0d6f2be4b7c881102d7d7c71d724cd8bf (diff) | |
download | drakx-backup-do-not-use-18c32e11ce1b87b739312cc6a9a53be8f6963081.tar drakx-backup-do-not-use-18c32e11ce1b87b739312cc6a9a53be8f6963081.tar.gz drakx-backup-do-not-use-18c32e11ce1b87b739312cc6a9a53be8f6963081.tar.bz2 drakx-backup-do-not-use-18c32e11ce1b87b739312cc6a9a53be8f6963081.tar.xz drakx-backup-do-not-use-18c32e11ce1b87b739312cc6a9a53be8f6963081.zip |
extend disable KDE GreetString to ja|ko|zh|ru|th|vi|be|bg
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 72348e75b..7071500c8 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -446,7 +446,7 @@ Consoles 1,3,4,7 may also contain interesting information"; # log::l("updating kde icons according to available devices"); # install_any::kdeicons_postinstall($o->{prefix}); - if ($o->{lang} !~ /ja|ko|zh/) { + if ($o->{lang} !~ /^(ja|ko|zh|ru|th|vi|be|bg)/) { my $welcome = any::to_utf8(_("Welcome to %s", '%n')); substInFile { s/^(GreetString)=.*/$1=$welcome/ } "$o->{prefix}/usr/share/config/kdm/kdmrc"; } |