summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-21 10:00:46 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-21 10:00:46 +0000
commitc870373766599b2810326720d891128bfcb6fa64 (patch)
tree47284cf07e19fc5c1f462d2b8a0bab45641767d7 /perl-install/install_steps_interactive.pm
parent617a88af884f08455565b9ac74350c744ea4f30c (diff)
downloaddrakx-backup-do-not-use-c870373766599b2810326720d891128bfcb6fa64.tar
drakx-backup-do-not-use-c870373766599b2810326720d891128bfcb6fa64.tar.gz
drakx-backup-do-not-use-c870373766599b2810326720d891128bfcb6fa64.tar.bz2
drakx-backup-do-not-use-c870373766599b2810326720d891128bfcb6fa64.tar.xz
drakx-backup-do-not-use-c870373766599b2810326720d891128bfcb6fa64.zip
added wait message during rebuild of rpm database as it takes some time.
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index e74789c8c..3f8bc2a1e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -587,6 +587,12 @@ If only some CDs are missing, unselect them, then click Ok."),
}
#------------------------------------------------------------------------------
+sub beforeInstallPackages($) {
+ my ($o) = @_;
+ my $w = $o->wait_message('', $o->{isUpgrade} ? _("Rebuilding package database") : _("Opening package database"));
+ $o->SUPER::beforeInstallPackages($o);
+}
+
sub installPackages {
my ($o, $packages) = @_;
my ($current, $total) = 0;