Commit 3ba96cdc authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-policy: move to hilevel package name

parent 0d7417e3
...@@ -22,6 +22,9 @@ epm_policy() ...@@ -22,6 +22,9 @@ epm_policy()
[ -n "$pkg_names" ] || fatal "Info: missing package(s) name" [ -n "$pkg_names" ] || fatal "Info: missing package(s) name"
# get package name for hi level package management command (with version if supported and if possible)
pkg_names=$(__epm_get_hilevel_name $pkg_names)
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-rpm)
docmd apt-cache policy $pkg_names docmd apt-cache policy $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