From 18c7b48d5813c4bb3c841b61f446e71cbf34250d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Dec 2007 16:29:30 +0000 Subject: statedir_MD5SUM must be removed --- urpm/media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); -- cgit v1.2.1