Commit 64ba2d39 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix query

parent d689ccda
...@@ -91,7 +91,8 @@ __epm_query_name() ...@@ -91,7 +91,8 @@ __epm_query_name()
# check if pkg is installed # check if pkg is installed
is_installed() is_installed()
{ {
pkg_filenames="$@" epm_query >/dev/null #pkg_filenames="$@" epm_query >/dev/null
epm installed $@ >/dev/null
} }
epm_query() epm_query()
......
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