diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/steps.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index f006e5f6d..54f322632 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -324,10 +324,8 @@ sub beforeInstallPackages { if ($o->{isUpgrade}) { $o->{modules_conf}->merge_into(modules::any_conf->read); - } - #- save these files in case of upgrade failure. - if ($o->{isUpgrade}) { + #- save these files in case of upgrade failure. foreach (@filesToSaveForUpgrade) { unlink "$::prefix/$_.mdkgisave"; if (-e "$::prefix/$_") { |