summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-11-13 16:05:50 +0000
committerFrancois Pons <fpons@mandriva.com>2002-11-13 16:05:50 +0000
commit1de484399a7c30a9bbf05d786b0f44ff6e4dce27 (patch)
tree6eff84206ba4882e90461f2a1f4edb495439339a /urpmi
parent692ea46265fa09aded20387559dc86707697d2f5 (diff)
downloadurpmi-1de484399a7c30a9bbf05d786b0f44ff6e4dce27.tar
urpmi-1de484399a7c30a9bbf05d786b0f44ff6e4dce27.tar.gz
urpmi-1de484399a7c30a9bbf05d786b0f44ff6e4dce27.tar.bz2
urpmi-1de484399a7c30a9bbf05d786b0f44ff6e4dce27.tar.xz
urpmi-1de484399a7c30a9bbf05d786b0f44ff6e4dce27.zip
4.0-25mdk
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index d67a4900..c8d44b7f 100755
--- a/urpmi
+++ b/urpmi
@@ -131,7 +131,7 @@ while (defined($_ = shift @ARGV)) {
/^--fuzzy$/ and do { $fuzzy = 1; next };
/^--src$/ and do { $src = 1; next };
/^--clean$/ and do { $clean = 1; $noclean = 0; next };
- /^--noclean$/ and do { $clean = 0; $noclean = 1; next };
+ /^--noclean$/ and do { $clean = $pre_clean_cache = $post_clean_cache = 0; $noclean = 1; next };
/^--(no-)?pre-clean$/ and do { $pre_clean_cache = !$1; next };
/^--(no-)?post-clean$/ and do { $post_clean_cache = !$1; next };
/^--force$/ and do { $force = 1; next };