diff --git a/tools/generate_debian-edu_task b/tools/generate_debian-edu_task index c8098484..1269bfc6 100755 --- a/tools/generate_debian-edu_task +++ b/tools/generate_debian-edu_task @@ -65,7 +65,15 @@ while (defined($_ = )) { # sorts of things that end users won't want/need if ($pkg =~ /^education-development/) { next; - } + elsif ($pkg =~ /^education-desktop-gnome/) { + next; + elsif ($pkg =~ /^education-desktop-kde/) { + next; + elsif ($pkg =~ /^education-desktop-lxde/) { + next; + elsif ($pkg =~ /^education-desktop-other/) { + next; + } print OUT "$pkg\n"; }