summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index e42f3424..7868e37c 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2888,7 +2888,7 @@ sub find_packages_to_remove {
push @notfound, $_;
}
- if (@notfound && ($options{auto} || @$l > 1)) {
+ if (@notfound && @$l > 1) {
$options{callback_notfound} and $options{callback_notfound}->($urpm, @notfound)
or return ();
}