From 2866b54b63850bcfbd7fc160d3a7c70febf7ea86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Dec 2008 16:28:15 +0000 Subject: add some doc --- urpmi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urpmi') diff --git a/urpmi b/urpmi index e9e2be6a..18eabe11 100755 --- a/urpmi +++ b/urpmi @@ -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) = @_; -- cgit v1.2.1