From 94afe84798923adaefaf96ef5126b1197fe87c60 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Oct 2008 15:31:04 +0000 Subject: enhance comment --- perl-install/install/any.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index ac4e39b73..da40aa82b 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -393,6 +393,7 @@ To upgrade with KDE 3.5 and your personal settings preserved, please reboot your system and upgrade using the Mandriva update applet.", 'Mandriva Linux 2009')) }, [ { val => \$choice, type => 'list', list => [ N_("Reboot"), N_("Proceed") ], format => \&translate } ]); $choice eq 'Reboot' and install::steps::rebootNeeded($o); + log::l("ok, continuing anyway, but forcing install of task-kde4"); install::pkgs::select_by_package_names($o->{packages}, ['task-kde4']); } } -- cgit v1.2.1