mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-18 08:45:22 +03:00
8 lines
159 B
Bash
8 lines
159 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* To use shared_ispell, you have to add the following line to postgresql.conf:
|
|
* shared_preload_libraries = 'shared_ispell'
|
|
*
|
|
EOF
|