Commit af2719ae authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-epm_install: add distro_info and eepm if we try install epm or eepm package

parent 007d7867
......@@ -50,7 +50,7 @@ epm_epm_install() {
local pkglist="$*"
# install epm by default
if [ -z "$pkglist" ] ; then
if [ -z "$pkglist" ] || [ "$pkglist" = "epm" ] || [ "$pkglist" = "eepm" ]; then
if [ "$($DISTRVENDOR -s)" = "alt" ] ; then
pkglist="distro_info eepm"
else
......
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