From 6ac400c79282b4f1d055fe083f2f12b79104661d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Thu, 27 Apr 2023 15:46:01 +0200
Subject: [PATCH] Restore usr/lib/kernel in systemd
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/systemd-boot.install | 1 -
 debian/systemd.install      | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/systemd-boot.install b/debian/systemd-boot.install
index 9a4564b6..4abaf4f4 100644
--- a/debian/systemd-boot.install
+++ b/debian/systemd-boot.install
@@ -14,6 +14,5 @@ usr/share/bash-completion/completions/bootctl
 usr/share/bash-completion/completions/kernel-install
 usr/share/zsh/vendor-completions/_bootctl
 usr/share/zsh/vendor-completions/_kernel-install
-usr/lib/kernel
 ../../extra/kernel-install.d/* usr/lib/kernel/install.d
 ../../extra/zz_kernel-install etc/initramfs/post-update.d
diff --git a/debian/systemd.install b/debian/systemd.install
index 06e77945..04f3ea05 100755
--- a/debian/systemd.install
+++ b/debian/systemd.install
@@ -17,6 +17,7 @@ usr/lib/sysusers.d/systemd-journal.conf
 usr/lib/sysusers.d/systemd-network.conf
 usr/lib/systemd/
 usr/lib/tmpfiles.d/
+usr/lib/kernel
 <!stage1> usr/lib/*/cryptsetup/
 usr/share/bash-completion/
 usr/share/zsh/vendor-completions/
-- 
GitLab