diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/lang.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 4cdf929d3..41a26a8b3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,8 @@ o give console rights for current session when renaming user - localdrake/finish-install: o fix reading default input method setting + o do not try to install skim-scim-pinyin anymore, it is not + available in 2009.0 Version 11.71.8 - 25 February 2009 diff --git a/perl-install/lang.pm b/perl-install/lang.pm index e9ebe91da..0593e0ef9 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -692,7 +692,7 @@ my %IM_config = ja => sub { qw(skim-scim-anthy scim-input-pad scim-tomoe) }, ko => sub { qw(scim-hangul-skim) }, vi => sub { qw(skim scim-m17n) }, - zh => sub { qw(skim-scim-pinyin skim-scim-tables scim-chewing) }, + zh => sub { qw(skim-scim-tables scim-chewing) }, }, }, uim => { |