Remove systemd directory

This commit is contained in:
2025-11-25 17:23:33 +02:00
parent bc59089640
commit 9a00c60542
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -14,6 +14,9 @@ build() {
package() {
DESTDIR="$BPM_OUTPUT" cmake --install build
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSES/LGPL-2.1-or-later.txt "$BPM_OUTPUT"/usr/share/licenses/libkscreen/LGPL-2.1-or-later.txt
}