From 19d3a0474c69d30e4475a8bd5accddac2267576e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 15 Nov 2005 15:00:43 +0000 Subject: Add a --noscripts option to urpmi --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index b41e24fe..ae4eb444 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -122,6 +122,7 @@ my %options_spec = ( 'excludepath|exclude-path=s' => sub { $urpm->{options}{excludepath} = $_[1] }, 'excludedocs|exclude-docs' => sub { $urpm->{options}{excludedocs} = 1 }, 'ignoresize' => sub { $urpm->{options}{ignoresize} = 1 }, + noscripts => sub { $urpm->{options}{noscripts} = 1 }, 'more-choices' => sub { $urpm->{options}{morechoices} = 1 }, 'expect-install!' => \$::expect_install, 'nolock' => \$::nolock, -- cgit v1.2.1