diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 5b19745..06f3df7 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -103,7 +103,7 @@ $o = { 'kdeaddons', 'kdenlive', 'kdepim-kpilot', - 'konversation', + if_($ENV{DRAKLIVE_PRODUCT} =~ /LiveCD/i, 'konversation'), 'kerry', 'kdebase4-workspace-googlegadgets', 'nepomuk-scribo', @@ -258,7 +258,7 @@ $o = { if_($ENV{DRAKLIVE_REGION} eq 'all', 'vim-enhanced', ), - if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session',), + if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session', 'hexchat' ), if_($has_kde4, 'kcm_touchpad',), |