education-desktop-other is needed for the full edu image
Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
e263d9fe54
commit
1d955ed12c
|
@ -71,9 +71,6 @@ while (defined($_ = <INPKG>)) {
|
|||
next;
|
||||
elsif ($pkg =~ /^education-desktop-lxde/) {
|
||||
next;
|
||||
elsif ($pkg =~ /^education-desktop-other/) {
|
||||
next;
|
||||
}
|
||||
|
||||
print OUT "$pkg\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue