Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/install.run
3
.rel ../sh/local.sh
4

    
5
# installs PostgreSQL config files
6

    
7
if self_not_included; then
8

    
9
install()
10
{
11
	begin_target
12
	root_make postgres_reload
13
}
14

    
15
fi
(12-12/18)