From 698a760054ec9667081521394c8b2f7cda85a50a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Nov 2006 14:49:26 +0000 Subject: removing $medium->{name}.cache was introduced in commit 33830, but i can't find out the reason why... dropping --- urpm.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index dde26d85..049084ac 100644 --- a/urpm.pm +++ b/urpm.pm @@ -976,8 +976,7 @@ sub remove_media { $urpm->{modified} = 1; #- remove files associated with this medium. - foreach ($_->{hdlist}, $_->{list}, "synthesis.$_->{hdlist}", "descriptions.$_->{name}", "names.$_->{name}", - "$_->{name}.cache") { + foreach ($_->{hdlist}, $_->{list}, "synthesis.$_->{hdlist}", "descriptions.$_->{name}", "names.$_->{name}") { $_ and unlink "$urpm->{statedir}/$_"; } -- cgit v1.2.1