diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/get_pkgs.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index c1c150a6..c3029a2d 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -64,6 +64,7 @@ sub selected2list { if ($options{clean_all}) { #- clean download directory, do it here even if this is not the best moment. + $urpm->{log}(N("cleaning $urpm->{cachedir}/partial")); urpm::sys::clean_dir("$urpm->{cachedir}/partial"); } |