From 02baf8a0328ddbd320ee52e159ad93d35af4077f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Feb 2007 10:15:00 +0000 Subject: kill translation trick that is now useless with urpmi-4.9.13+ --- rpmdrake | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpmdrake b/rpmdrake index 31098f5e..ee63f982 100755 --- a/rpmdrake +++ b/rpmdrake @@ -82,8 +82,6 @@ if ($collation_locale) { $collation_locale =~ /UTF-8/ or setlocale(LC_COLLATE, "$collation_locale.UTF-8"); } -*urpm::msg::translate = \&common::translate; - our %options; foreach (@ARGV) { /^-?-(\S+)$/ or next; -- cgit v1.2.1