Revision 8940
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/VegCore/VegCore.pg.sql.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
# syncs VegCore.ERD.mwb's zip file contents |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/util.run |
|
4 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/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 |
|
0 | 22 |
Also available in: Unified diff
added schemas/VegCore/VegCore.pg.sql.run with install () command (also part of all ())