diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
commit | 9a34ae4f57612b13681b7dce6a730780f7521a3e (patch) | |
tree | c46211b5a4f0132db29e09955de54afded4dea05 /urpme | |
parent | 7d3a43d3eba667ca4291238633f87c4f98535998 (diff) | |
download | urpmi-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-- | urpme | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |