diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 44bea97e8..49e10280f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -295,9 +295,6 @@ sub beforeInstallPackages { require network; network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); - - require pkgs; - pkgs::init_db($o->{prefix}); } sub pkg_install { @@ -395,8 +392,6 @@ and look at the log file /tmp/ddebug.log Consoles 1,3,4,7 may also contain interesting information"; } - pkgs::done_db(); - #- why not? cuz weather is nice today :-) [pixel] common::sync(); common::sync(); |