diff options
author | Olivier Blin <blino@mageia.org> | 2011-05-30 22:55:31 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-05-30 22:55:31 +0000 |
commit | 867ff4b7d178c3044bb53d7499bc46e85386f17c (patch) | |
tree | f830b43170ac928f11b42e8a5bb39ab2c14e5edd /config | |
parent | e5b2f52526565330aa0565ba422d9700ed9e67e1 (diff) | |
download | draklive-config-867ff4b7d178c3044bb53d7499bc46e85386f17c.tar draklive-config-867ff4b7d178c3044bb53d7499bc46e85386f17c.tar.gz draklive-config-867ff4b7d178c3044bb53d7499bc46e85386f17c.tar.bz2 draklive-config-867ff4b7d178c3044bb53d7499bc46e85386f17c.tar.xz draklive-config-867ff4b7d178c3044bb53d7499bc46e85386f17c.zip |
do not install flash-player-plugin since we don't have a distribution licensedistro/mga1
Diffstat (limited to 'config')
-rw-r--r-- | config/auto_inst.cfg.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 2793a75..920335a 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -169,6 +169,9 @@ $o = { if_($has_gnome, 'beagle'), if_($has_moblin, 'task-3ddesktop-gtk'), '/^kernel-server-/', if_($ENV{DRAKLIVE_ARCH} ne 'x86_64', '/^kernel-deskop-/'), + + #- no distribution license + 'flash-player-plugin', ], 'default_packages' => [ if_($has_kde4, "$distro_config-kde4-config"), |