mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 19:14:07 +00:00
updated
This commit is contained in:
6
scratch
6
scratch
@@ -342,11 +342,13 @@ showdependent() {
|
||||
}
|
||||
|
||||
checkowner() {
|
||||
local arg
|
||||
arg=$(echo $1 | sed 's:^/::')
|
||||
for pkg in $(allinstalled); do
|
||||
cat $INDEX_DIR/$pkg/.files | grep $1 | while read line; do
|
||||
grep $arg $INDEX_DIR/$pkg/.files | while read line; do
|
||||
echo -e "${CYAN}$pkg${CRESET} => ${PURPLE}$line${CRESET}"
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
showtree() {
|
||||
|
||||
Reference in New Issue
Block a user