diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-01-04 23:09:59 +0100 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-01-04 23:09:59 +0100 |
commit | 7aec681a5912190343ad451ed6a5876e2a429f22 (patch) | |
tree | cba94eed463407710757f530bb473c185c1a12c9 /config/auto_inst.cfg.pl | |
parent | c506a906f2b3e12e5c4ebb1fd62577e228f69b60 (diff) | |
download | draklive-config-7aec681a5912190343ad451ed6a5876e2a429f22.tar draklive-config-7aec681a5912190343ad451ed6a5876e2a429f22.tar.gz draklive-config-7aec681a5912190343ad451ed6a5876e2a429f22.tar.bz2 draklive-config-7aec681a5912190343ad451ed6a5876e2a429f22.tar.xz draklive-config-7aec681a5912190343ad451ed6a5876e2a429f22.zip |
drop some commented stuff
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r-- | config/auto_inst.cfg.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 1cfacef..4cd4e83 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -172,7 +172,6 @@ $o = { if_(!$has_kde4, 'compiz-decorator-kde4'), #- provides compiz-decorator if_(!$has_kde4, 'pinentry-qt4'), #- qt4 app - #'kdebase-kate', 'kdeaddons-kate', #- development tool '/noatun/', #- prefer amarok 'rxvt', @@ -188,8 +187,6 @@ $o = { if_($has_kde4, 'p7zip'), #if_($has_kde4, 'thunderbird'), #- we have kmail if_($has_gnome, 'thunderbird', 'pan'), #- we have evolution - #'aspell-ro', # lack of space :( arbitrary choice - # since it's the biggest dict we have 'cpqarrayd', ), @@ -259,7 +256,7 @@ $o = { if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, 'task-games'), - if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'gparted', 'gnome-classic-session',),#, 'ibus-ui-gtk3'), + if_($has_gnome, 'gnome-shell', 'caribou', 'caribou-gtk3', 'gparted', 'gnome-classic-session',), if_($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i, 'samba-client', |