diff options
author | Francois Pons <fpons@mandriva.com> | 2002-06-04 17:28:18 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-06-04 17:28:18 +0000 |
commit | d201040ec77822f96a4a1cd6f9ba8cc424161376 (patch) | |
tree | c2b524de5560ffad3bd4fd3dbd66fa7e9f6ab7b1 /urpmi.removemedia | |
parent | 3b62bd8fb954b440c1c85c8f33c665d247c6d029 (diff) | |
download | urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.gz urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.bz2 urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.tar.xz urpmi-d201040ec77822f96a4a1cd6f9ba8cc424161376.zip |
big move to perl-URPM, a lot of problem still exists
enhanced algorithms must be done too.
Diffstat (limited to 'urpmi.removemedia')
-rwxr-xr-x | urpmi.removemedia | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/urpmi.removemedia b/urpmi.removemedia index 380ce107..a3bd9381 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -51,9 +51,6 @@ where <name> is a medium name to remove. $urpm->select_media(@toremoves); $urpm->remove_selected_media; - foreach (grep { !$_->{ignore} && !$_->{with_hdlist} } @{$urpm->{media} || []}) { - $urpm->parse_synthesis($_); - } $urpm->update_media(noclean => $options{noclean}); } |