diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-12-18 16:28:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-12-18 16:28:15 +0000 |
commit | 2866b54b63850bcfbd7fc160d3a7c70febf7ea86 (patch) | |
tree | 330280a996dbe2866afd4eb4bae2e8e2ca9081dd | |
parent | c08dd9689efdd287d6cb40f87f9e191c8169296f (diff) | |
download | urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.gz urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.bz2 urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.tar.xz urpmi-2866b54b63850bcfbd7fc160d3a7c70febf7ea86.zip |
add some doc
-rwxr-xr-x | urpmi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -405,6 +405,9 @@ if (@src_names) { ) || $force or exit 1; } +# callback called to ask user to choose between virtual packages +# - $choices is the sorted list of choices +# - $prefered is a subset of @$choices (it can be empty) sub ask_choice { my ($urpm, $_db, $_state, $choices, $virtual_pkg_name, $prefered) = @_; |