Commit cde377b8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-epm_install: don't need distro-info since 3.14.1

parent d53c76dc
......@@ -51,11 +51,11 @@ epm_epm_install() {
# install epm by default
if [ -z "$pkglist" ] || [ "$pkglist" = "epm" ] || [ "$pkglist" = "eepm" ]; then
if [ "$($DISTRVENDOR -s)" = "alt" ] ; then
pkglist="distro_info eepm"
else
# if [ "$($DISTRVENDOR -s)" = "alt" ] ; then
# pkglist="distro_info eepm"
# else
pkglist="eepm"
fi
# fi
fi
case "$pkglist" in
......
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