From 65c2f01be328a54210359e48076705113c25e26a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Oct 2008 15:08:57 +0000 Subject: when testing wether kde3 is installed, check for /usr/bin/kicker instead of /usr/bin/kded (we want to test wether kde3 "desktop" is installed, not wether a kde3 application is installed) --- perl-install/install/steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index e1639a828..17b24382b 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -419,7 +419,7 @@ sub choosePackages { $o->ask_warn('', $msg); install::steps::rebootNeeded($o); } - if ($o->{isUpgrade} && -e "$::prefix/usr/bin/kded" + if ($o->{isUpgrade} && -e "$::prefix/usr/bin/kicker" && !install::pkgs::packageByName($o->{packages}, 'task-kde3')) { log::l("kde3 installed, but task-kde3 not available so can't upgrade correctly"); -- cgit v1.2.1