aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install')
-rw-r--r--community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install b/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
new file mode 100644
index 00000000000..19216f3e9eb
--- /dev/null
+++ b/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
@@ -0,0 +1,11 @@
+#!/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