Commit 791bdba9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-upgrade: do usrmerge only when real epm upgrade

parent 82e1b7d0
......@@ -77,7 +77,9 @@ epm_upgrade()
return
fi
__check_upgrade_conditions || fatal "upgrade conditions is not satisfied."
if [ -z "$*" ] ; then
__check_upgrade_conditions || fatal "upgrade conditions is not satisfied."
fi
fi
# Solus supports upgrade for a package (with all dependencies)
......
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