update: just-hook-2.0

This commit is contained in:
2025-12-23 00:19:17 -05:00
parent ca99a3a6bd
commit fab06fdd4a
2 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
target=(/usr/*)
triggers=("install" "remove")
operation() {
echo "This is a hook."
}