diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index fbc58df..4a5af33 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -71,6 +71,17 @@ $o = { #- !TYPE"64bit" packages are selected by default for live #- skip i586 ones if not relevant 'libqca1-tls', + + if_($ENV{DRAKLIVE_REGION} eq 'Asia-Noindia', + 'gimp', 'ibus-table-wubi', + ), + if_($ENV{DRAKLIVE_REGION} eq 'Europe2', + 'gimp', 'pidgin-plugins', 'kscd', 'tvtime', + 'plasma-applet-system-monitor-cpu', 'plasma-applet-system-monitor-hdd', + 'plasma-applet-system-monitor-hwinfo', 'plasma-applet-system-monitor-net', + 'plasma-applet-system-monitor-temperature', 'python-kde4', 'plasma-scriptengine-python', + 'lib64atlas3-x86_64', + ), ), if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i, #- non-DVD products #- from task-kde Suggests |