6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
target=(/usr/)
|
|
triggers=("install" "remove")
|
|
operation() {
|
|
touch -c /usr
|
|
}
|