summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi3
1 files changed, 3 insertions, 0 deletions
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) = @_;