mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
10 lines
173 B
Bash
10 lines
173 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* Run as postgres user to create configuration for the Czech dictionary:
|
|
* psql -X < /usr/share/postgresql/tsearch_czech_create.sql
|
|
*
|
|
EOF
|
|
|
|
exit 0
|