diff options
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r-- | config/auto_inst.cfg.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 8761007..5cc935c 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -14,7 +14,6 @@ my $has_gnome = member('GNOME', @desktops); my $has_xfce = member('xfce4', @desktops); my $has_lxde = member('LXDE', @desktops); my $has_enlightenment = member('Enlightenment', @desktops); -my $has_moblin = member('Moblin', @desktops); $o = { 'media' => [ @@ -190,7 +189,6 @@ $o = { ), if_($has_gnome, 'beagle', 'inkscape'), - if_($has_moblin, 'task-3ddesktop-gtk'), 'mono', @@ -233,8 +231,6 @@ $o = { if_($has_lxde, "mageia-lxde-config-$distro_release"), if_($has_xfce, "mageia-xfce-config-$distro_release"), - if_($has_moblin, 'task-moblin'), - if_($ENV{DRAKLIVE_ARCH} eq 'i586', 'vboxadditions-kernel-desktop586-latest', 'nvidia-current-kernel-desktop586-latest', 'nvidia304-kernel-desktop586-latest'), if_($ENV{DRAKLIVE_ARCH} eq 'x86_64', 'vboxadditions-kernel-desktop-latest', 'nvidia-current-kernel-desktop-latest', 'nvidia304-kernel-desktop-latest', 'gummiboot'), |