From e9e4f03e0f50317f0894e35ada60b14b58a0830b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 29 Mar 2022 15:09:12 +0200 Subject: [PATCH] ubuntu: exclude some more ct-useless packages Signed-off-by: Thomas Lamprecht --- DAB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAB.pm b/DAB.pm index 5cde653..e96008e 100644 --- a/DAB.pm +++ b/DAB.pm @@ -654,7 +654,7 @@ sub new { if (lc($suiteinfo->{origin}) eq 'ubuntu' && $suiteinfo->{flags}->{systemd}) { push @$incl, 'isc-dhcp-client'; - push @$excl, qw(libmodule-build-perl); + push @$excl, qw(libmodule-build-perl plymouth plymouth-theme-ubuntu-text powermgmt-base); if ($suite eq 'jammy') { push @$excl, qw(fuse); # avoid fuse2 <-> fuse3 conflict }