summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 17:20:06 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 17:20:06 +0000
commit1baec2791a94e8f384c9d93479f4caf13560ab90 (patch)
treeda95d34ba5fba6310b62882b9d703bf03929c7ee /perl-install/install/steps_interactive.pm
parent00f3cc8f7eebeb6445b4c236fae7d1e02f357980 (diff)
downloaddrakx-backup-do-not-use-1baec2791a94e8f384c9d93479f4caf13560ab90.tar
drakx-backup-do-not-use-1baec2791a94e8f384c9d93479f4caf13560ab90.tar.gz
drakx-backup-do-not-use-1baec2791a94e8f384c9d93479f4caf13560ab90.tar.bz2
drakx-backup-do-not-use-1baec2791a94e8f384c9d93479f4caf13560ab90.tar.xz
drakx-backup-do-not-use-1baec2791a94e8f384c9d93479f4caf13560ab90.zip
(afterInstallPackages) make it pop
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 973fa6fc0..5a61d14af 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -709,6 +709,7 @@ sub installPackages__handle_error {
sub afterInstallPackages($) {
my ($o) = @_;
+ local $o->{pop_wait_messages} = 1;
my $_w = $o->wait_message(N("Post-install configuration"), N("Post-install configuration"));
$o->SUPER::afterInstallPackages;
}