From e1131cebcb889d9afcc5ef1bf1638f59b1fb604f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Aug 2007 20:24:09 +0000 Subject: (perform_installation) add a note about code that need to be factorized with urpmi --- Rpmdrake/pkg.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index f1457f4c..ad606886 100755 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -684,6 +684,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( noscripts => $urpm->{options}{noscripts}, callback_inst => $callback_inst, callback_trans => $callback_inst, + # FIXME: this needs to be factorizd with urpmi::install::install(): callback_close => sub { my ($urpm, undef, $pkgid) = @_; return unless defined $pkgid; -- cgit v1.2.1