From 927f51ad73f141395cc9d644de0a3b1827513eaf Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 14 Dec 1999 19:01:20 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index f326ad1dc..006fc3901 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -356,10 +356,6 @@ sub doInstallStep { $o->beforeInstallPackages; $o->installPackages($o->{packages}); $o->afterInstallPackages; - - #- make icons for KDE. - log::l("updating kde icons according to available devices"); - install_any::kdeicons_postinstall($o->{prefix}); } #------------------------------------------------------------------------------ sub miscellaneous { @@ -617,6 +613,12 @@ sub main { fs::write($o->{prefix}, $o->{fstab}, $o->{manualFstab}, $o->{useSupermount}); modules::write_conf("$o->{prefix}/etc/conf.modules", 'append'); + #- update language and icons for KDE. + log::l("updating language for kde"); + install_any::kdelang_postinstall($o->{prefix}); + log::l("updating kde icons according to available devices"); + install_any::kdeicons_postinstall($o->{prefix}); + install_any::lnx4win_postinstall($o->{prefix}) if $o->{lnx4win}; install_any::killCardServices(); -- cgit v1.2.1