diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 15:15:45 +0000 |
commit | 4aa2ecefeca3b9b7580dc73106920b9c814efa6d (patch) | |
tree | cf3ed11e9d185c52ab26e9b3f44354f97f7bbcd3 /perl-install/pkgs.pm | |
parent | 156f8a0b71f9efd3269276d335c11b747cf8cf9a (diff) | |
download | drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.gz drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.bz2 drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.tar.xz drakx-backup-do-not-use-4aa2ecefeca3b9b7580dc73106920b9c814efa6d.zip |
no_comment
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 49414b4b1..46c52c229 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -27,8 +27,8 @@ use c; 40 => __("interesting"), 30 => __("maybe"), 20 => __("maybe"), - 10 => __("useless"), - 0 => __("garbage"), + 10 => __("maybe"),#__("useless"), + 0 => __("maybe"),#__("garbage"), #- if the package requires locales-LANG and LANG is chosen, rating += 90 -10 => __("i18n (important)"), #- every install in the corresponding lang have these packages -20 => __("i18n (very nice)"), #- every beginner/custom install in the corresponding lang have theses packages |