Commit 9f9f8aee authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm provides: more clean output for deb

parent f3fefbe8
......@@ -88,7 +88,7 @@ case $PMTYPE in
# CMD="rpm -q --provides"
#else
EXTRA_SHOWDOCMD=' | grep "Provides:"'
docmd apt-cache show $pkg_names | grep "Provides:"
docmd apt-cache show $pkg_names | grep "Provides:" | sed -e 's|, |\n|g' | grep -v "^Provides:"
return
#fi
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment