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

6 lines
77 B
Plaintext

target=(/usr/)
triggers=("install" "remove")
operation() {
touch -c /usr
}