Remove systemd service files

This commit is contained in:
2025-03-15 21:49:29 +02:00
parent 2c2f5c7c4d
commit 7fb9370590
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: pam name: pam
description: Pluggable Authentication Modules for Linux description: Pluggable Authentication Modules for Linux
version: 1.6.0 version: 1.6.0
revision: 4 revision: 5
url: https://github.com/linux-pam/linux-pam url: https://github.com/linux-pam/linux-pam
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
+5
View File
@@ -35,4 +35,9 @@ package() {
cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session
cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password
cp ../other "$BPM_OUTPUT"/etc/pam.d/other cp ../other "$BPM_OUTPUT"/etc/pam.d/other
# Remove systemd services
rm -r "$BPM_OUTPUT"/usr/lib/systemd
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/pam/COPYING
} }