From 21f753634113afa55eda54a495017c5eef8fc462 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Jul 2000 00:28:02 +0000 Subject: no_comment --- perl-install/install2.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 9bbad4da8..633b46eb3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -721,9 +721,6 @@ sub main { last if $o->{step} eq 'exitInstall'; } - #- mainly for auto_install's - run_program::rooted($o->{prefix}, "sh", "-c", $o->{postInstall}) if $o->{postInstall}; - install_any::clean_postinstall_rpms(); install_any::ejectCdrom(); @@ -742,6 +739,9 @@ sub main { -e "$o->{prefix}/usr/bin/urpmi" or eval { commands::rm("-rf", "$o->{prefix}/var/lib/urpmi") }; + #- mainly for auto_install's + run_program::rooted($o->{prefix}, "sh", "-c", $o->{postInstall}) if $o->{postInstall}; + #- have the really bleeding edge ddebug.log eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") }; -- cgit v1.2.1