Commit 2b839f06 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm query-file: fix for eopkg

parent b0fdcda1
...@@ -118,6 +118,9 @@ __do_query() ...@@ -118,6 +118,9 @@ __do_query()
opkg) opkg)
CMD="opkg search" CMD="opkg search"
;; ;;
eopkg)
CMD="eopkg search-file"
;;
xbps) xbps)
# FIXME: maybe it is search file? # FIXME: maybe it is search file?
CMD="xbps-query -o" CMD="xbps-query -o"
......
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