Commit f7a69de7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-upgrade: add /sys and /proc owners workaround (see ALT bug 43533)

parent bba11a07
...@@ -78,8 +78,12 @@ epm_upgrade() ...@@ -78,8 +78,12 @@ epm_upgrade()
fi fi
if [ -z "$*" ] ; then if [ -z "$*" ] ; then
load_helper epm-check
__epm_check_container_issue_43533
__check_upgrade_conditions || fatal "upgrade conditions is not satisfied." __check_upgrade_conditions || fatal "upgrade conditions is not satisfied."
fi fi
fi fi
# Solus supports upgrade for a package (with all dependencies) # 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