aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 052b46b4..8dd7426d 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1979,7 +1979,7 @@ Is it ok to continue?", join("\n\n", $r, if_($to_install, $to_install)))) : $to_
\@to_remove,
\%sources_install,
\%sources,
- post_clean_cache => 1,
+ post_clean_cache => $urpm->{options}{'post-clean'},
callback_open => sub {
my ($_data, $_type, $id) = @_;
my $f = $sources_install{$id} || $sources{$id};