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

epm-upgrade: do usrmerge only when real epm upgrade

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