From 15d5ee053463bbaa913701e7497ebbfe6accc9b3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 23 May 2011 06:42:31 +0000 Subject: do not install libreoffice br translations if only fr is explicitely selected --- config/auto_inst.cfg.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/auto_inst.cfg.pl') diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index e963ecd..ffb1344 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -90,6 +90,11 @@ $o = { #- do not install pt translations if only pt_BR is explicitely selected 'kde-l10n-pt', 'firefox-pt_PT', 'libreoffice-langpack-pt_PT', 'myspell-pt_PT', ), + if_($ENV{DRAKLIVE_LANGS} !~ /\bbr\b/ && $ENV{DRAKLIVE_REGION} ne 'all', + #- do not install libreoffice br translations if only fr is explicitely selected + #- (the br package require locales-fr so it is auto-selected if fr is available) + 'libreoffice-langpack-br', + ), if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'), 'qtradio', 'kradio', 'system-config-printer', -- cgit v1.2.1