From 8c45c7d481e611752c996d4f543cf3a9f25b165a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 7 Dec 1999 18:14:34 +0000 Subject: *** empty log message *** --- perl-install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 652cadfd9..3b9330cb5 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -139,6 +139,7 @@ $o = $::o = { authentication => { md5 => 1, shadow => 1 }, lang => 'en', isUpgrade => 0, + toRemove => [], #- simple_themes => 1, #- installClass => "normal", @@ -350,6 +351,7 @@ sub doInstallStep { $o->afterInstallPackages; #- make icons for KDE. + log::l("updating kde icons according to available devices"); install_any::kdeicons_postinstall($o->{prefix}); } #------------------------------------------------------------------------------ -- cgit v1.2.1