summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-20 00:28:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-20 00:28:02 +0000
commit21f753634113afa55eda54a495017c5eef8fc462 (patch)
treee017dc86e92d288b17aa7a94479af392da8940f1 /perl-install/install2.pm
parent60225ecd25a9879c5484e4d65f2e1c05388010b3 (diff)
downloaddrakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar
drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.gz
drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.bz2
drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.tar.xz
drakx-backup-do-not-use-21f753634113afa55eda54a495017c5eef8fc462.zip
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm6
1 files changed, 3 insertions, 3 deletions
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") };