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