summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-28 17:52:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-28 17:52:25 +0000
commit62d97a61f7ac3d2889cc925bbf2fed71c440bf49 (patch)
tree658b52912f995c30a08f982c729b29b793fd924f /perl-install/install_steps.pm
parentf993948d20464e09233c8e8342f8af9591f5b2af (diff)
downloaddrakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.gz
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.bz2
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.tar.xz
drakx-backup-do-not-use-62d97a61f7ac3d2889cc925bbf2fed71c440bf49.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files changed, 0 insertions, 7 deletions
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");