Update bpm hook

This commit is contained in:
2026-05-10 15:56:47 +03:00
parent d970934c97
commit 9be34907d4
2 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
name: opensysusers name: opensysusers
description: A replacement for sysusers.d without systemd description: A replacement for sysusers.d without systemd
version: 0.7.4 version: 0.7.4
revision: 3 revision: 4
url: https://github.com/cromerc/opensysusers url: https://github.com/cromerc/opensysusers
license: BSD-2-Clause license: BSD-2-Clause
maintainers:
- [email protected]
architecture: any architecture: any
output_architecture: any output_architecture: any
type: source type: source
+1 -3
View File
@@ -1,5 +1,3 @@
trigger_operations: ["install", "upgrade", "remove"] trigger_actions: ["install", "upgrade", "remove"]
target_type: "path"
targets: ["usr/lib/sysusers.d/*.conf"] targets: ["usr/lib/sysusers.d/*.conf"]
depends: ["opensysusers"]
run: "/usr/bin/opensysusers" run: "/usr/bin/opensysusers"