Commit dccf7312 authored by Vitaly Lipatov's avatar Vitaly Lipatov

query: default realization via epm package list

parent 7ec4e6d5
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# #
load_helper epm-packages
# TODO: combine with -qa (the difference only in return status now) # TODO: combine with -qa (the difference only in return status now)
epm_query() epm_query()
...@@ -36,7 +38,7 @@ case $PMTYPE in ...@@ -36,7 +38,7 @@ case $PMTYPE in
#return #return
;; ;;
*) *)
fatal "Do not known command for $PMTYPE" epm_packages $pkg_filenames | grep "$pkg_filenames"
;; ;;
esac esac
......
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