feat: add triggers array in HOOK and update hook behavier

This commit is contained in:
2025-03-28 23:13:12 -04:00
parent cc364c9323
commit f0265b9bea
4 changed files with 46 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
target=()
triggers=(install remove) #can be install or remove or both in an array
operation() {
:
}