diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/pkgs.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 1418ac247..9ba032612 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -24,10 +24,10 @@ autoirpm autoirpm-icons numlock my %by_lang = ( ar => [ 'acon' ], - ja => [ 'rxvt-CLE' ], - ko => [ 'rxvt-CLE' ], - zh_CN => [ 'rxvt-CLE' ], - 'zh_TW.Big5' => [ 'rxvt-CLE' ], + ja => [ 'rxvt-CLE', 'fonts-ttf-japanese' ], + ko => [ 'rxvt-CLE', 'fonts-ttf-korean' ], + zh_CN => [ 'rxvt-CLE', 'fonts-ttf-gb2312' ], + 'zh_TW.Big5' => [ 'rxvt-CLE', 'fonts-ttf-big5' ], ); my @prefered = qw(perl-GTK); |