Commit 4912bc0b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-provides: fix provides

parent 9caedb2c
...@@ -50,7 +50,7 @@ case $PMTYPE in ...@@ -50,7 +50,7 @@ case $PMTYPE in
CMD="apt-cache depends" CMD="apt-cache depends"
fi fi
;; ;;
urpm-rpm|zypper-rpm) urpm-rpm|zypper-rpm|yum-rpm)
if is_installed $pkg_names ; then if is_installed $pkg_names ; then
CMD="rpm -q --provides" CMD="rpm -q --provides"
else else
......
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