summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-11 08:59:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-11 08:59:14 +0000
commit9a34ae4f57612b13681b7dce6a730780f7521a3e (patch)
treec46211b5a4f0132db29e09955de54afded4dea05 /urpme
parent7d3a43d3eba667ca4291238633f87c4f98535998 (diff)
downloadurpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.gz
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.bz2
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.xz
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.zip
- urpme
o add --justdb
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpme b/urpme
index aab72004..2550e889 100644
--- a/urpme
+++ b/urpme
@@ -52,6 +52,7 @@ usage:
") . N(" --repackage - Re-package the files before erasing
") . N(" --root - use another root for rpm removal.
") . N(" --urpmi-root - use another root for urpmi db & rpm installation.
+") . N(" --justdb - update only the rpm db, not the filesystem.
") . N(" --noscripts - do not execute package scriptlet(s).
") . N(" --use-distrib - configure urpme on the fly from a distrib tree, useful
to (un)install a chroot with --root option.
@@ -167,6 +168,7 @@ print $test ?
my %remove_options = (
test => $test,
force => $force,
+ justdb => $options{justdb},
urpm::install::options($urpm),
);
my @errors = $parallel