From 9d1ca10260874478bbbe98acd35e6e13819819cc Mon Sep 17 00:00:00 2001 From: "Thierry.Vignaud" Date: Wed, 28 May 2014 22:37:22 +0200 Subject: make clearer how IM package selection works --- perl-install/lang.pm | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 2b4998f1f..4363ecbd0 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -761,20 +761,30 @@ See above for those 5 parameters. =item * B: the language codes for which it's the default IM =item * B: 'zh', -=item * B a hash ref that contains: +=item * B a hash ref that contains subroutine references: =over 4 =item * B: packages that must be installed for all languages -=item * B: packages that are specific to some desktop environments +=item * B: packages that are shared between per language & generic packages -=item * eventually B pointing to per language packages +=item * eventually several B returning per language packages =back The I field must be kept in sync with meta-task's C, especially for the per language package selection! +The actual packages list will consist of: + +=over 4 + +=item * either per language package list or I list + +=item * plus the packages returned by I + +=back + =back =cut -- cgit v1.2.1