diff options
Diffstat (limited to 'contrib/cpt-manifest')
-rwxr-xr-x | contrib/cpt-manifest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/cpt-manifest b/contrib/cpt-manifest new file mode 100755 index 0000000..bb9afc8 --- /dev/null +++ b/contrib/cpt-manifest @@ -0,0 +1,6 @@ +#!/bin/sh -ef +# Display all files owned by a package +case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0 ; esac + +kiss l "$1" >/dev/null +cat "$KISS_ROOT/var/db/kiss/installed/$1/manifest" 2>/dev/null |