Commit d98bc120 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-downgrade: drop unneeded var

parent 84f7586c
...@@ -76,7 +76,6 @@ epm_downgrade() ...@@ -76,7 +76,6 @@ epm_downgrade()
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-rpm)
local APTOPTIONS="$(subst_option non_interactive -y)"
# pass pkg_filenames too # pass pkg_filenames too
if [ -n "$pkg_names" ] ; then if [ -n "$pkg_names" ] ; then
__epm_add_alt_apt_downgrade_preferences || return __epm_add_alt_apt_downgrade_preferences || return
......
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