Commit 74cbd93a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release_upgrade: remove conflicts branding file before upgrade

parent 7c56cc68
......@@ -165,7 +165,9 @@ get_fix_release_pkg()
# problem
local AR="$(__get_conflict_release_pkg)"
if [ -n "$AR" ] && [ "$TOINSTALL" != "$AR" ] ; then
echo $AR-
#echo $AR-
# remove conflicts package right here to workaround against asking 'Yes, do as I say!' later
epm remove --nodeps $AR >/dev/null
fi
fi
}
......
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