aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorSawyer <Sawyer@mandriva.org>2005-05-24 14:40:47 +0000
committerSawyer <Sawyer@mandriva.org>2005-05-24 14:40:47 +0000
commit774593a5c934b6617ee8dd7bfce301f68c9f1440 (patch)
tree64cd94aa5fb675d8646e768301b9a5a95fc6b4ff /edit-urpm-sources.pl
parent81c2b86ba93d6eac712d1a7ea3808345339a96f7 (diff)
downloadrpmdrake-774593a5c934b6617ee8dd7bfce301f68c9f1440.tar
rpmdrake-774593a5c934b6617ee8dd7bfce301f68c9f1440.tar.gz
rpmdrake-774593a5c934b6617ee8dd7bfce301f68c9f1440.tar.bz2
rpmdrake-774593a5c934b6617ee8dd7bfce301f68c9f1440.tar.xz
rpmdrake-774593a5c934b6617ee8dd7bfce301f68c9f1440.zip
LOST
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index b2610d73..1d693dc0 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -370,6 +370,7 @@ sub remove_callback {
my $wait = wait_msg_(N("Please wait, removing medium..."));
urpm::media::remove_media($urpm, [ $urpm->{media}[$row] ]);
+ urpm::media::write_urpmi_cfg($urpm);
remove_wait_msg($wait);
return 1
}