Remove systemd directory

This commit is contained in:
2025-11-25 18:03:49 +02:00
parent 3bca004918
commit e964cc34d9
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: xfce4-notifyd
description: Xfce Notification service
version: 0.9.7
revision: 1
revision: 2
url: https://docs.xfce.org/apps/notifyd/start
license: GPL2-or-later
architecture: any
+3
View File
@@ -21,6 +21,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/xfce4-notifyd/COPYING
}