diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-01-10 16:02:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-01-10 16:02:41 +0000 |
commit | 79161af95d3aceb9c5fdccef65048c6b2b472a28 (patch) | |
tree | 45283d5806081c159cd02d468b2b1baaf2559bbd /urpm | |
parent | f8388b4bb6fa1748aee61b24f11183d9ab13a26f (diff) | |
download | urpmi-79161af95d3aceb9c5fdccef65048c6b2b472a28.tar urpmi-79161af95d3aceb9c5fdccef65048c6b2b472a28.tar.gz urpmi-79161af95d3aceb9c5fdccef65048c6b2b472a28.tar.bz2 urpmi-79161af95d3aceb9c5fdccef65048c6b2b472a28.tar.xz urpmi-79161af95d3aceb9c5fdccef65048c6b2b472a28.zip |
log the cleaning of /var/cache/urpmi/partial
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"); } |