#!/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
