6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
target=(/usr/*)
|
|
triggers=("install" "remove")
|
|
operation() {
|
|
echo "This is a hook."
|
|
}
|