summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-15 15:00:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-15 15:00:43 +0000
commit19d3a0474c69d30e4475a8bd5accddac2267576e (patch)
treedc04e909b6c626bf0f0dba4b03b5140a74a9f0ad /urpmi
parent10fab33bd78df1805cfc7cec20674676d66c74d9 (diff)
downloadurpmi-19d3a0474c69d30e4475a8bd5accddac2267576e.tar
urpmi-19d3a0474c69d30e4475a8bd5accddac2267576e.tar.gz
urpmi-19d3a0474c69d30e4475a8bd5accddac2267576e.tar.bz2
urpmi-19d3a0474c69d30e4475a8bd5accddac2267576e.tar.xz
urpmi-19d3a0474c69d30e4475a8bd5accddac2267576e.zip
Add a --noscripts option to urpmi
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 2222d518..89666f42 100755
--- a/urpmi
+++ b/urpmi
@@ -124,6 +124,7 @@ usage:
") . N(" --excludepath - exclude path separated by comma.
") . N(" --excludedocs - exclude doc files.
") . N(" --ignoresize - don't verify disk space before installation.
+") . N(" --noscripts - do not execute package scriptlet(s)
") . N(" --skip - packages which installation should be skipped
") . N(" --more-choices - when several packages are found, propose more choices
than the default.
@@ -645,6 +646,7 @@ foreach my $set (@{$state->{transaction} || []}) {
translate_message => 1,
oldpackage => $state->{oldpackage},
nosize => $urpm->{options}{ignoresize},
+ noscripts => $urpm->{options}{noscripts},
);
my @l = $urpm->install(
!$urpm->{options}{'allow-force'} && $set->{remove} || [],