diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f6fcfc82f..25bf8964e 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -564,6 +564,9 @@ EOF } } + renamef(pkgs::removed_pkgs_to_upgrade_file(), pkgs::removed_pkgs_to_upgrade_file() . '.done'); + unlink(glob("$::prefix/root/drakx/*.upgrading")); + any::fix_broken_alternatives($o->{isUpgrade} eq 'redhat'); #- update theme directly from a package (simplest). |