summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-24 18:07:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-24 18:07:11 +0000
commit6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5 (patch)
treefdca6802ce745930ac8f9ff419937f077b9aceb5 /perl-install/install/steps_interactive.pm
parent020f6418029005668208a92156f73958d5c2df12 (diff)
downloaddrakx-backup-do-not-use-6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5.tar
drakx-backup-do-not-use-6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5.tar.gz
drakx-backup-do-not-use-6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5.tar.bz2
drakx-backup-do-not-use-6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5.tar.xz
drakx-backup-do-not-use-6678b4e4c77acdc6bb8fa92a90cfc9e8d5d9e5d5.zip
- clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2
in chroot
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 7ab4b11e1..dce011f4f 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -758,10 +758,12 @@ Do you want to install the updates?")),
#- bring all interface up for installing updates packages.
install::interactive::upNetwork($o);
+ install::pkgs::clean_rpmdb_shared_regions();
if (any::urpmi_add_all_media($o, $o->{previous_release})) {
my $binary = find { whereis_binary($_, $::prefix) } 'gurpmi2', 'urpmi' or return;
run_program::rooted($::prefix, $binary, '--auto-select', '--update');
}
+ install::pkgs::clean_rpmdb_shared_regions();
#- not downing network, even ppp. We don't care much since it is the end of install :)
}