diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-27 16:41:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-27 16:41:16 +0000 |
commit | a30398817224d6e7bd6ce9e1a1cef471c1e36be5 (patch) | |
tree | f1f3586f5348a91b240ded93bfaec5bc581bc22e /edit-urpm-sources.pl | |
parent | f3e491267195c1650b41c127410c54e458c3872d (diff) | |
download | rpmdrake-a30398817224d6e7bd6ce9e1a1cef471c1e36be5.tar rpmdrake-a30398817224d6e7bd6ce9e1a1cef471c1e36be5.tar.gz rpmdrake-a30398817224d6e7bd6ce9e1a1cef471c1e36be5.tar.bz2 rpmdrake-a30398817224d6e7bd6ce9e1a1cef471c1e36be5.tar.xz rpmdrake-a30398817224d6e7bd6ce9e1a1cef471c1e36be5.zip |
Get rid of standalone package
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 74351125..3f82c00a 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -275,7 +275,6 @@ really want to replace it?"), yesno => 1) or return 0; ); } else { if (member($i{name}, map { $_->{name} } @{$urpm->{media}})) { - standalone::explanations("Removing medium $i{name}"); $urpm->select_media($i{name}); $urpm->remove_selected_media; } @@ -342,7 +341,6 @@ sub remove_callback { my $wait = wait_msg(N("Please wait, removing medium...")); my $name = $urpm->{media}[$row]{name}; - standalone::explanations("Removing medium $name"); $urpm->select_media($name); $urpm->remove_selected_media; $urpm->update_media(noclean => 1, nolock => 1); @@ -422,7 +420,6 @@ sub edit_callback { yesno => 1, text => { yes => N("Ok"), no => N("Cancel") } ) or return 0 ); - standalone::explanations("Removing medium $name"); my $saved_proxy = urpm::download::get_proxy($name); undef $saved_proxy if !defined $saved_proxy->{http_proxy} && !defined $saved_proxy->{ftp_proxy}; $urpm->select_media($name); |