mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
11 lines
269 B
Text
11 lines
269 B
Text
[Trigger]
|
|
Type = File
|
|
Operation = Install
|
|
Operation = Upgrade
|
|
Target = usr/lib/sysusers.d/*.conf
|
|
|
|
[Action]
|
|
Description = Updating system user accounts...
|
|
When = PostTransaction
|
|
Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "/$f" ; done'
|
|
NeedsTargets
|