diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-15 14:25:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-15 14:25:52 +0000 |
commit | 9a92f88e114fdf6b13eef754e7c8c5ca014c0c50 (patch) | |
tree | bc9b96a72c56fe33b85db4a64b2904a3935f3032 /urpm.pm | |
parent | 47a7e619faf5d6fc358c319aeca322def85a5643 (diff) | |
download | urpmi-9a92f88e114fdf6b13eef754e7c8c5ca014c0c50.tar urpmi-9a92f88e114fdf6b13eef754e7c8c5ca014c0c50.tar.gz urpmi-9a92f88e114fdf6b13eef754e7c8c5ca014c0c50.tar.bz2 urpmi-9a92f88e114fdf6b13eef754e7c8c5ca014c0c50.tar.xz urpmi-9a92f88e114fdf6b13eef754e7c8c5ca014c0c50.zip |
move comment where it should be
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2022,10 +2022,10 @@ sub update_media { _update_medium_second_pass($urpm, $medium, $second_pass, $options{callback}); } - #- clean headers cache directory to remove everything that is no longer - #- useful according to the depslist. if ($urpm->{modified}) { if ($options{noclean}) { + #- clean headers cache directory to remove everything that is no longer + #- useful according to the depslist. remove_obsolete_headers_in_cache($urpm); } #- write config files in any case |