From 5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Mar 2006 17:19:10 +0000 Subject: Some urpme cleanup --- urpme | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'urpme') diff --git a/urpme b/urpme index ce70409b..65e0f03c 100644 --- a/urpme +++ b/urpme @@ -27,7 +27,7 @@ use urpm::msg; $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; -our ($root, $test, $parallel, $auto, $matches, $verbose, $usedistrib, $force, $noscripts, $repackage, @l); +our ($root, $test, $parallel, $auto, $matches, $verbose, $usedistrib, $force, $noscripts, $repackage, @l, $bundle); # Translator: Add here the keys which might be pressed in the "No"-case. my $noexpr = N("Nn"); # Translator: Add here the keys which might be pressed in the "Yes"-case. @@ -86,10 +86,9 @@ $urpm->configure( my @toremove = $urpm->find_packages_to_remove( $state, \@l, - test => $test, matches => $matches, - auto => $auto, force => $force, + bundle => $bundle, callback_notfound => sub { my $urpm = shift @_; #- Warning : the following message is parsed in urpm::parallel_* -- cgit v1.2.1