check-packages

This commit is contained in:
Steven Penny 2014-11-01 00:30:30 -05:00
parent 8eb315174e
commit 2138f54544
1 changed files with 13 additions and 9 deletions

View File

@ -141,7 +141,10 @@ function apt-update {
}
function apt-category {
check-packages
find-workspace
for pkg in "${pks[@]}"
do
awk '
$1 == "@" {
pck = $2
@ -151,6 +154,7 @@ function apt-category {
printf "%-25s%s\n", pck, $0
}
' query="$pks" setup.ini
done
}
function apt-list {