summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 12:29:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 12:29:23 +0000
commit54e8e1c42eb12a5c920d7cd275ba25ab81186187 (patch)
tree2acf50a0bdc079c5898096e28b8541dfcf35f893 /urpmi
parent70334ee21d9891cf64fa48e423c5128250e7397b (diff)
downloadurpmi-54e8e1c42eb12a5c920d7cd275ba25ab81186187.tar
urpmi-54e8e1c42eb12a5c920d7cd275ba25ab81186187.tar.gz
urpmi-54e8e1c42eb12a5c920d7cd275ba25ab81186187.tar.bz2
urpmi-54e8e1c42eb12a5c920d7cd275ba25ab81186187.tar.xz
urpmi-54e8e1c42eb12a5c920d7cd275ba25ab81186187.zip
make translate_message the default in install() since we always use it
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index b0ee9cda..7eba9c16 100755
--- a/urpmi
+++ b/urpmi
@@ -718,7 +718,6 @@ foreach my $set (@{$state->{transaction} || []}) {
excludedocs => $urpm->{options}{excludedocs},
repackage => $urpm->{options}{repackage},
post_clean_cache => $urpm->{options}{'post-clean'},
- translate_message => 1,
oldpackage => $state->{oldpackage},
nosize => $urpm->{options}{ignoresize},
ignorearch => $urpm->{options}{ignorearch},