diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-04-15 20:32:20 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-04-15 20:32:20 +0000 |
commit | 9a8a537a97e9f1f75bab99145efd93243aafc47e (patch) | |
tree | 87b11f26ebdce3f4b043a4c7263d8b71cb507c14 | |
parent | 90b80e171ec79fe267507f95a0d3d5d538465b8c (diff) | |
download | draklive-config-9a8a537a97e9f1f75bab99145efd93243aafc47e.tar draklive-config-9a8a537a97e9f1f75bab99145efd93243aafc47e.tar.gz draklive-config-9a8a537a97e9f1f75bab99145efd93243aafc47e.tar.bz2 draklive-config-9a8a537a97e9f1f75bab99145efd93243aafc47e.tar.xz draklive-config-9a8a537a97e9f1f75bab99145efd93243aafc47e.zip |
add thunderbird as mailclient on KDE isos as kdepim does not fit
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 962c0d7..d8f06e2 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -205,6 +205,8 @@ $o = { if_($has_gnome, 'gnome-shell'), + if_($has_kde4, 'thunderbird'), + if_($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i, 'samba-client', 'RealPlayer', 'RealPlayer-rpnp', |