Remove systemd directory

This commit is contained in:
2025-11-25 17:53:58 +02:00
parent 9b72bc40fa
commit 3a627414c3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: ulauncher
description: Feature rich application Launcher for Linux
version: 5.15.15
revision: 1
revision: 2
url: https://ulauncher.io/
license: GPL3-or-later
architecture: any
+4
View File
@@ -13,5 +13,9 @@ build() {
package() {
python setup.py install --root="$BPM_OUTPUT" --prefix=/usr
# Remove systemd directory
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install package license
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/ulauncher/LICENSE
}