summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-02 15:17:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-02 15:17:20 +0000
commitd158b2d050883bcb2fc0a3c3ae88df7b0be7cfee (patch)
tree1be52ec4388630aed4c59e1be14a47ee1f59f88a /perl-install/install/any.pm
parentbb62f81431cfbb6c57fadd8915a55b1c68b4598e (diff)
downloaddrakx-backup-do-not-use-d158b2d050883bcb2fc0a3c3ae88df7b0be7cfee.tar
drakx-backup-do-not-use-d158b2d050883bcb2fc0a3c3ae88df7b0be7cfee.tar.gz
drakx-backup-do-not-use-d158b2d050883bcb2fc0a3c3ae88df7b0be7cfee.tar.bz2
drakx-backup-do-not-use-d158b2d050883bcb2fc0a3c3ae88df7b0be7cfee.tar.xz
drakx-backup-do-not-use-d158b2d050883bcb2fc0a3c3ae88df7b0be7cfee.zip
- when upgrading a kde3 box, force installation of task-kde4
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 6008ab2b8..ac4e39b73 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);
+ install::pkgs::select_by_package_names($o->{packages}, ['task-kde4']);
}
}
}