summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-07-30 13:16:08 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-07-30 13:16:08 +0000
commite926cc9c9ac00627aa05b25440d6f7847766fbb7 (patch)
tree23ccbb493d6bd12b8865fe43892380a7e94587dd /urpmi
parent9c692705a7df1d92e5e0f3c4aa2453bf0bdab170 (diff)
downloadurpmi-e926cc9c9ac00627aa05b25440d6f7847766fbb7.tar
urpmi-e926cc9c9ac00627aa05b25440d6f7847766fbb7.tar.gz
urpmi-e926cc9c9ac00627aa05b25440d6f7847766fbb7.tar.bz2
urpmi-e926cc9c9ac00627aa05b25440d6f7847766fbb7.tar.xz
urpmi-e926cc9c9ac00627aa05b25440d6f7847766fbb7.zip
small clean-ups in text messages
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpmi b/urpmi
index fdf1227a..ee10eb96 100755
--- a/urpmi
+++ b/urpmi
@@ -529,8 +529,6 @@ if (@ask_unselect) {
}
}
- my $msg = N("The installation cannot continue because the following package has to be removed for others to be upgraded:\n%s\n");
-
if (my @conflicting_pkgs_msgs =
$urpm->{options}{'allow-force'} ? () : urpm::select::removed_packages_msgs($urpm, $state)) {
{