Browse code

Remove unused post-prereq phase

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

Change-Id: I8614710b35db018dcf9d906e0af70e4f6b8c7191

Ian Wienand authored on 2013/04/26 18:49:15
Showing 1 changed files
... ...
@@ -538,12 +538,6 @@ source $TOP_DIR/tools/install_prereqs.sh
538 538
 
539 539
 install_rpc_backend
540 540
 
541
-# a place for distro-specific post-prereq workarounds
542
-if [[ -f $TOP_DIR/tools/${DISTRO}/post-prereq.sh ]]; then
543
-    echo_summary "Running ${DISTRO} extra prereq tasks"
544
-    source $TOP_DIR/tools/${DISTRO}/post-prereq.sh
545
-fi
546
-
547 541
 if is_service_enabled $DATABASE_BACKENDS; then
548 542
     install_database
549 543
 fi