summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-13 16:54:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-13 16:54:55 +0000
commit326c67b442cd98164f7b74d7b0a1ac99873215c7 (patch)
treee033fa3a0e9fe7ee8543401598c483384b60f654 /urpm/install.pm
parentd88cfff4532d38d2151ee54fdbea2666af32a10a (diff)
downloadurpmi-326c67b442cd98164f7b74d7b0a1ac99873215c7.tar
urpmi-326c67b442cd98164f7b74d7b0a1ac99873215c7.tar.gz
urpmi-326c67b442cd98164f7b74d7b0a1ac99873215c7.tar.bz2
urpmi-326c67b442cd98164f7b74d7b0a1ac99873215c7.tar.xz
urpmi-326c67b442cd98164f7b74d7b0a1ac99873215c7.zip
document the new callback passed
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index d6a484bc..596b4098 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -127,7 +127,8 @@ sub get_README_files {
#- install packages according to each hash (remove, install or upgrade).
#- options:
#- test, excludepath, nodeps, noorder (unused), delta,
-#- callback_inst, callback_trans, post_clean_cache, verbose
+#- callback_inst, callback_trans, callback_report_uninst,
+#- post_clean_cache, verbose
#- (more options for trans->run)
#- excludedocs, nosize, noscripts, oldpackage, repackage, replacepkgs, ignorearch
sub install {