Remove unused post-prereq phase

This phase was going to be part of RHEL6 support, but is no longer
necessary

Change-Id: I8614710b35db018dcf9d906e0af70e4f6b8c7191
This commit is contained in:
Ian Wienand 2013-04-26 19:49:15 +10:00
parent 0906621356
commit e88b3a4d67
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