Commit 20ac459c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-search: fix search on Mandriva

parent 78ed24b5
...@@ -32,7 +32,7 @@ case $PMTYPE in ...@@ -32,7 +32,7 @@ case $PMTYPE in
CMD="yum search" CMD="yum search"
;; ;;
urpm-rpm) urpm-rpm)
CMD="urpmf" CMD="urpmq -y"
;; ;;
zupper-rpm) zupper-rpm)
CMD="zypper search" CMD="zypper search"
......
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