Remove systemd directory

This commit is contained in:
2025-11-25 17:14:19 +02:00
parent 614a2c86a0
commit 5cf138e330
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: blueman
description: Blueman is a GTK+ Bluetooth Manager
version: 2.4.6
revision: 2
revision: 3
url: https://github.com/blueman-project/blueman
license: GPL3-or-later
architecture: any
+3
View File
@@ -17,6 +17,9 @@ build() {
package() {
make DESTDIR="$BPM_OUTPUT" install
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/blueman/COPYING
}