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

[ "$1" ] || { printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} <pkg>" ; exit 0 ;}
kiss l "$1" >/dev/null
printf '%s\n' "[$1]:"
tree -C --fromfile "$KISS_ROOT/var/db/kiss/installed/$1/manifest" | sed 1,2d