Commit 6a2fca24 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm info: allow --direct for apm case

parent 25068ce3
...@@ -57,6 +57,9 @@ case $PMTYPE in ...@@ -57,6 +57,9 @@ case $PMTYPE in
docmd apt-cache show $pkg_names docmd apt-cache show $pkg_names
;; ;;
apm-rpm) apm-rpm)
if [ -n "$direct" ] ; then
__epm_info_rpm_low && return
fi
docmd apm system info $pkg_names docmd apm system info $pkg_names
;; ;;
aptitude-dpkg) aptitude-dpkg)
......
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