diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 16:54:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 16:54:55 +0000 |
commit | 326c67b442cd98164f7b74d7b0a1ac99873215c7 (patch) | |
tree | e033fa3a0e9fe7ee8543401598c483384b60f654 /urpm | |
parent | d88cfff4532d38d2151ee54fdbea2666af32a10a (diff) | |
download | urpmi-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')
-rw-r--r-- | urpm/install.pm | 3 |
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 { |