summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-22 17:54:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-22 17:54:50 +0000
commitbbc145d8c9badb1e65be9d22fe4fc282982973c9 (patch)
tree6b8ea6f76bcfc089a039483589f3e7b502b2c97b /perl-install
parent77561a66d042fd7d7125c242273063278debdfa3 (diff)
downloaddrakx-backup-do-not-use-bbc145d8c9badb1e65be9d22fe4fc282982973c9.tar
drakx-backup-do-not-use-bbc145d8c9badb1e65be9d22fe4fc282982973c9.tar.gz
drakx-backup-do-not-use-bbc145d8c9badb1e65be9d22fe4fc282982973c9.tar.bz2
drakx-backup-do-not-use-bbc145d8c9badb1e65be9d22fe4fc282982973c9.tar.xz
drakx-backup-do-not-use-bbc145d8c9badb1e65be9d22fe4fc282982973c9.zip
call "yelp-pregenerate -a" after installing pkgs (since it's skipped DURING_INSTALL)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 27c57376b..c3d00e8ce 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -369,6 +369,7 @@ sub installPackages($$) { #- complete REWORK, TODO and TOCHECK!
$ENV{DURING_INSTALL} = 1;
pkgs::install($o->{prefix}, $o->{isUpgrade}, \@toInstall, $packages);
delete $ENV{DURING_INSTALL};
+ run_program::rooted($o->{prefix}, 'yelp-pregenerate', '-a');
run_program::rooted_or_die($o->{prefix}, 'ldconfig') unless $::g_auto_install;
log::l("Install took: ", formatTimeRaw(time() - $time));
install_any::log_sizes($o);