Files
LFS-PKGBUILDs/sys-apps/systemd-257.8/25-systemd-hwdb.HOOK
T
2025-12-30 09:15:07 -05:00

6 lines
115 B
Plaintext

target=(/usr/lib/udev/hwdb.d/*)
triggers=("install" "remove")
operation() {
/usr/bin/systemd-hwdb --usr update
}