diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-19 16:29:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-19 16:29:30 +0000 |
commit | 18c7b48d5813c4bb3c841b61f446e71cbf34250d (patch) | |
tree | 1895491f92da853ef22ac13771bd6ce0469e1d77 /urpm | |
parent | 5a98bb67538f76f8cc004297a2251147df0eed08 (diff) | |
download | urpmi-18c7b48d5813c4bb3c841b61f446e71cbf34250d.tar urpmi-18c7b48d5813c4bb3c841b61f446e71cbf34250d.tar.gz urpmi-18c7b48d5813c4bb3c841b61f446e71cbf34250d.tar.bz2 urpmi-18c7b48d5813c4bb3c841b61f446e71cbf34250d.tar.xz urpmi-18c7b48d5813c4bb3c841b61f446e71cbf34250d.zip |
statedir_MD5SUM must be removed
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/media.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/media.pm b/urpm/media.pm index 5a848a4e..f6c3e70d 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -724,7 +724,7 @@ sub remove_media { $urpm->{modified} = 1; #- remove files associated with this medium. - unlink grep { $_ } map { $_->($urpm, $medium) } \&statedir_synthesis, \&statedir_descriptions, \&statedir_names; + unlink grep { $_ } map { $_->($urpm, $medium) } \&statedir_synthesis, \&statedir_descriptions, \&statedir_names, \&statedir_MD5SUM; #- remove proxy settings for this media urpm::download::remove_proxy_media($medium->{name}); |