forked from kiss-community/kiss
kiss-hooks: show package name
This commit is contained in:
parent
06ace10d8a
commit
276ea50b77
@ -2,6 +2,8 @@
|
||||
# List all system-wide hooks
|
||||
|
||||
for hook in "$KISS_ROOT/var/db/kiss/hooks/"*; do
|
||||
printf '%s\n' "${hook##*/}"
|
||||
owner=$(kiss owns "$hook") 2>/dev/null ||:
|
||||
|
||||
printf '%s%s\n' "${owner:+"$owner "}" "${hook##*/}"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user