#!/bin/bash -e
. "$(dirname "${BASH_SOURCE[0]}")"/install.run
.rel ../sh/local.sh
# installs PostgreSQL config files
if self_not_included; then
install()
{
echo_func
root_make postgres_reload
}
fi