From 919e903fd9d600d6c2391b22c0c532212637ced6 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 29 Aug 2002 15:53:51 +0000 Subject: update space free after the action was done --- rpmdrake | 1 + 1 file changed, 1 insertion(+) diff --git a/rpmdrake b/rpmdrake index 32cc48db..b7e1b522 100755 --- a/rpmdrake +++ b/rpmdrake @@ -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}->(); }; -- cgit v1.2.1