default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ $PGSQL_CLUSTER == y ]]; then
  verify_file 2 &&
  zcat "$SOURCE_CACHE/$SOURCE2" | patch -p1
fi
