From cb4b63d9cb76e15caf2d972862e6d582c6eea9cb Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 3 Jul 2016 00:38:40 +0300 Subject: auto_inst.cfg.pl: drop old moblin stuff --- config/auto_inst.cfg.pl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config') 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'), -- cgit v1.2.1