Project

General

Profile

1
#!/bin/bash -e
2
# syncs VegCore.ERD.mwb's zip file contents
3
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/util.run
4
.rel ../../lib/sh/local.sh
5

    
6
if self_not_included; then
7

    
8
install()
9
{
10
	echo_func
11
	root_make schemas/temp/reinstall
12
	psql_script_vegbien <"$top_file"
13
}
14

    
15
all()
16
{
17
	echo_func
18
	install
19
}
20

    
21
fi
(6-6/8)