1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install

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