aports/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install

12 lines
214 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Run as postgres user to create configuration for the Czech dictionary in the
* specified database:
* psql -d template1 -X < /usr/share/postgresql/tsearch_czech_create.sql
*
EOF
exit 0