#!/bin/sh

# make 5432 available
service postgresql stop

pg_buildext -o 'port=5432' -c '--locale=C' -i '--auth=trust' \
	installcheck . test
