diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index 29beade8..894516a6 100755 --- a/urpmi.update +++ b/urpmi.update @@ -61,7 +61,6 @@ delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; our @cmdline; #- set by urpm::args $options{force} = 0; -$options{noclean} = 1; my $urpm = urpm->new_parse_cmdline or exit(1); |