diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-29 15:53:51 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-29 15:53:51 +0000 |
commit | 919e903fd9d600d6c2391b22c0c532212637ced6 (patch) | |
tree | 15fd04a54b56838dfb0ca613f600b031a6d9d24b | |
parent | 128cf8ed1bb125bce60be40afaff3a35548bcc85 (diff) | |
download | rpmdrake-919e903fd9d600d6c2391b22c0c532212637ced6.tar rpmdrake-919e903fd9d600d6c2391b22c0c532212637ced6.tar.gz rpmdrake-919e903fd9d600d6c2391b22c0c532212637ced6.tar.bz2 rpmdrake-919e903fd9d600d6c2391b22c0c532212637ced6.tar.xz rpmdrake-919e903fd9d600d6c2391b22c0c532212637ced6.zip |
update space free after the action was done
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -572,6 +572,7 @@ Is it ok to continue?", $formatlistpkg->(sort { $a cmp $b } keys %{$urpm->{state $callback_action->($urpm, $pkgs); ($urpm, $pkgs, $descriptions) = $pkgs_provider->({ skip_updating_mu => 1 }); $size_selected = 0; + (undef, $size_free) = MDK::Common::System::df('/usr'); $options->{rebuild_tree}->(); }; |