mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
17 lines
368 B
Text
17 lines
368 B
Text
# *-*-shell-*-*
|
|
#
|
|
case ${ACTION} in
|
|
post)
|
|
cat << _EOF
|
|
=====================================================================
|
|
|
|
To customize PostgreSQL's systemd initialization:
|
|
/etc/default/postgresql
|
|
|
|
To customize PostgreSQL's server configuration:
|
|
/etc/postgresql/postgresql.conf
|
|
|
|
=====================================================================
|
|
_EOF
|
|
;;
|
|
esac
|