Commit be1aa2a7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release_upgrade: remove apt-conf-sisyphus only if installed

parent 85e374dd
......@@ -126,7 +126,7 @@ get_fix_release_pkg()
# apt-conf-sisyphus and apt-conf-branch conflicts
epm installed apt-conf-branch && echo "apt-conf-branch-"
else
epm installed apt-conf-branch && echo "apt-conf-branch apt-conf-sisyphus-"
epm installed apt-conf-branch && echo "apt-conf-branch" && epm installed apt-conf-sisyphus && echo "apt-conf-sisyphus-"
fi
if [ "$FORCE" = "--force" ] ; then
......
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