aboutsummaryrefslogtreecommitdiff
path: root/contrib/cpt-manifest-tree
blob: 823b013c644ac7cbc3eff410e8a90d20b4879abb (plain)
1
2
3
4
5
6
7
#!/bin/sh -ef
# Display all files owned by a package with a tree view

case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0 ; esac
cpt-list "$1" >/dev/null
printf '%s\n' "[$1]:"
tree -C --fromfile "$CPT_ROOT/var/db/cpt/installed/$1/manifest" | sed 1,2d