Skip to content
Snippets Groups Projects
Commit 50967b08 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

packages2install: optical update

parent 05053a9f
Branches
No related tags found
No related merge requests found
......@@ -211,6 +211,7 @@ case $pgkman in
esac
echo "$pkgstatus"
echo
# filtered package view
if [ ! -z "$pkgsum" ]; then
......@@ -220,7 +221,7 @@ if [ ! -z "$pkgsum" ]; then
# show filtered view
for filterfile in $( ls -1 $0-data/*txt | sort )
do
filtername=$( echo $filterfile | rev | cut -f 1 -d "/" | rev | sed "s#.txt\$##g" )
filtername=$( echo $filterfile | rev | cut -f 1 -d "/" | rev | sed "s#.txt\$##g" | sed "s#^[0-9]*_##g" )
filterdata=$( cat ${filterfile} | grep "^[a-zA-Z]" )
out=$( echo "$pkgsum" | _filterPkg "${filterdata}" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment