summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj')
-rw-r--r--zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj14
1 files changed, 14 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj
new file mode 100644
index 000000000..4d04d94be
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20110915/9f48b38f/attachment.obj
@@ -0,0 +1,14 @@
+(selectInstallClass) just remove every package before reinstalling them when upgrading mandriva
+
+diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
+index a1376cf..5e5b523 100644
+--- a/perl-install/install/steps_interactive.pm
++++ b/perl-install/install/steps_interactive.pm
+@@ -178,6 +178,7 @@ sub selectInstallClass {
+ $o->{upgrade_by_removing_pkgs_matching} ||= {
+ conectiva => 'cl',
+ redhat => '.', #- everything!
++ mandriva => '.', #- everything!
+ }->{$o->{isUpgrade}};
+ log::l("upgrading $o->{isUpgrade} distribution" . ($o->{upgrade_by_removing_pkgs_matching} ? " (upgrade_by_removing_pkgs_matching $o->{upgrade_by_removing_pkgs_matching})" : ''));
+ } \ No newline at end of file