Commit c9a9f29c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm policy: implement via dnf/yum info for dnf/yum based systems

parent 68b68e61
......@@ -35,6 +35,9 @@ case $PMTYPE in
# FIXME: returns TRUE ever on missed package
docmd apt-cache policy $pkg_names
;;
dnf-*|yum-*)
docmd dnf info $pkg_names
;;
packagekit)
docmd pkcon resolve $pkg_names
;;
......
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