From 62d97a61f7ac3d2889cc925bbf2fed71c440bf49 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 28 Sep 2000 17:52:25 +0000 Subject: no_comment --- perl-install/install_steps.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 743eaa151..9e6511f43 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -286,9 +286,6 @@ sub beforeInstallPackages { } } - #- copy RPM-GPG *before* installing packages (otherwise may be the CD2) - install_any::getAndSaveFile('RPM-GPG-KEYS', "$o->{prefix}/root/tmp/RPM-GPG-KEYS"); - log::l("before install packages, after copy"); #- some packages need such files for proper installation. any::writeandclean_ldsoconf($o->{prefix}); @@ -440,10 +437,6 @@ Consoles 1,3,4,7 may also contain interesting information"; substInFile { s/^urpmi\n//; $_ .= "urpmi\n" if eof } "$msec/group.conf" if -d $msec; } - #- RPM-GPG-KEYS is copied earlier to ensure we have it - run_program::rooted($o->{prefix}, qw(gpg --import --homedir /etc/rpm /root/tmp/RPM-GPG-KEYS)); - unlink "$o->{prefix}/root/tmp/RPM-GPG-KEYS"; - # #- update language and icons for KDE. # update_userkderc($o->{prefix}, 'Locale', Language => ""); # log::l("updating kde icons according to available devices"); -- cgit v1.2.1