diff --git a/tools/generate_debian-edu_task b/tools/generate_debian-edu_task index 4105f3a8..ca0a20fa 100755 --- a/tools/generate_debian-edu_task +++ b/tools/generate_debian-edu_task @@ -56,9 +56,7 @@ $/ = ''; # Browse by paragraph # it's too big and pulls in all sorts of things that end users won't # want/need my @ignore_list = ('education-development', - 'education-desktop-gnome', - 'education-desktop-kde', - 'education-desktop-lxde'); + 'education-video'); while (defined($_ = )) { m/^Package: (\S+)/m and $pkg = $1;