diff options
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r-- | config/auto_inst.cfg.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index d91e882..c0d82be 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -94,6 +94,13 @@ $o = { ), if_($ENV{DRAKLIVE_ARCH} eq 'i586', '/^libatlas3-/', + if_($ENV{DRAKLIVE_PRODUCT} =~ /LiveCD/i, + # kde livecd is too fat + if_($has_kde4, + 'imagemagick', '/^kipi-plugins/', 'gimp', + 'amarok', 'amarok-utils', 'nimbus-icon-theme', + ), + ), ), if_($ENV{DRAKLIVE_PRODUCT} !~ /gaming/i, #- non-DVD products |