diff options
author | Olivier Blin <blino@mageia.org> | 2012-04-16 12:26:29 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-04-16 12:26:29 +0000 |
commit | d343a74e10c71e40b8937730df98c5bd9abc5c53 (patch) | |
tree | 8b17c12189d0913bed89ec8a8d96a3375be8ff7f /config/auto_inst.cfg.pl | |
parent | 6cab64f62838871f7b0b8018a589960f0466f16b (diff) | |
download | draklive-config-d343a74e10c71e40b8937730df98c5bd9abc5c53.tar draklive-config-d343a74e10c71e40b8937730df98c5bd9abc5c53.tar.gz draklive-config-d343a74e10c71e40b8937730df98c5bd9abc5c53.tar.bz2 draklive-config-d343a74e10c71e40b8937730df98c5bd9abc5c53.tar.xz draklive-config-d343a74e10c71e40b8937730df98c5bd9abc5c53.zip |
drop explicit requires on draklive-install, hal and rfkill, they
will all be pulled by other packages or rpmsrate now
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r-- | config/auto_inst.cfg.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 5b3ab4a..bad5d41 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -197,12 +197,6 @@ $o = { if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, 'task-games'), - # make sure draklive-install & co is installed - 'draklive-install', 'hal', - - # needed to get some wifi working, can be dropped when some package suggests/requires it - 'rfkill', - if_($has_gnome, 'gnome-shell'), if_($has_kde4, 'thunderbird'), |