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
+5
View File
@@ -35,4 +35,9 @@ package() {
cp ../system-session "$BPM_OUTPUT"/etc/pam.d/system-session
cp ../system-password "$BPM_OUTPUT"/etc/pam.d/system-password
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
}