Merge "Remove unused post-prereq phase"

This commit is contained in:
Jenkins 2013-04-26 16:32:40 +00:00 committed by Gerrit Code Review
commit f6e0fa5f94
1 changed files with 0 additions and 6 deletions

View File

@ -538,12 +538,6 @@ source $TOP_DIR/tools/install_prereqs.sh
install_rpc_backend
# a place for distro-specific post-prereq workarounds
if [[ -f $TOP_DIR/tools/${DISTRO}/post-prereq.sh ]]; then
echo_summary "Running ${DISTRO} extra prereq tasks"
source $TOP_DIR/tools/${DISTRO}/post-prereq.sh
fi
if is_service_enabled $DATABASE_BACKENDS; then
install_database
fi