education-desktop-other is needed for the full edu image

Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
Holger Levsen 2018-07-31 22:44:23 +08:00
parent e263d9fe54
commit 1d955ed12c
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ while (defined($_ = <INPKG>)) {
next;
elsif ($pkg =~ /^education-desktop-lxde/) {
next;
elsif ($pkg =~ /^education-desktop-other/) {
next;
}
print OUT "$pkg\n";
}