Remove systemd directory

This commit is contained in:
2025-11-25 18:02:13 +02:00
parent 2eb8413be6
commit 2ee54452b8
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
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/xdg-desktop-portal-lxqt/LICENSE
}