Files
LFS-PKGBUILDs/sys-apps/systemd/35-systemd-update.HOOK

6 lines
77 B
Plaintext

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