kiss: remove kiss-hooks

This commit is contained in:
Dylan Araps 2021-07-14 19:38:11 +03:00
parent 276ea50b77
commit 6ef8b385fe
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/sh -e
# List all system-wide hooks
for hook in "$KISS_ROOT/var/db/kiss/hooks/"*; do
owner=$(kiss owns "$hook") 2>/dev/null ||:
printf '%s%s\n' "${owner:+"$owner "}" "${hook##*/}"
done