summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-04-12 16:24:38 +0000
committerFrancois Pons <fpons@mandriva.com>2000-04-12 16:24:38 +0000
commit66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9 (patch)
tree6d77284d9a28c49aa171acb2679b1328c40f9f29 /perl-install/install_steps_gtk.pm
parentf767bf7493bd00eae8719d5c590ef0c7366fe59a (diff)
downloaddrakx-backup-do-not-use-66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9.tar
drakx-backup-do-not-use-66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9.tar.gz
drakx-backup-do-not-use-66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9.tar.bz2
drakx-backup-do-not-use-66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9.tar.xz
drakx-backup-do-not-use-66b03c87eb3e94bd4eb764d97cd7aaf3ca7f52f9.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 889c4060d..933ac8368 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -517,6 +517,10 @@ to avoid installation from this Cd-Rom image.", $medium_msg{$medium});
$o->ask_yesorno('', [
_("There was an error ordering packages:"), $1, _("Go on anyway?") ], 1) and return 1;
${$_[0]} = "already displayed";
+ } elsif ($@ =~ /^error installing package list: (.*)/) {
+ $o->ask_yesorno('', [
+_("There was an error installing packages:"), $1, _("Go on anyway?") ], 1) and return 1;
+ ${$_[0]} = "already displayed";
}
0;
};