Commit 2091b5eb authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm install: transform package_manager:package_name to EPM_BACKEND value"

This reverts commit 18e9c9c0.
parent 18e9c9c0
...@@ -509,25 +509,11 @@ epm_install() ...@@ -509,25 +509,11 @@ epm_install()
case "$BASEDISTRNAME" in case "$BASEDISTRNAME" in
"alt") "alt")
load_helper epm-install-alt load_helper epm-install-alt
if echo "$@" | grep -q ":" ; then epm_install_alt_names $names || return
for arg in "$@"; do
set_backend "$arg"
epm_install_alt_names "$arg"
done
else
epm_install_alt_names $names
fi
;; ;;
*) *)
# FIXME: see to_remove below # FIXME: see to_remove below
if echo "$@" | grep -q ":" ; then epm_install_names $names || return
for arg in "$@"; do
set_backend "$arg"
epm_install_names "$arg"
done
else
epm_install_names $names
fi
;; ;;
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