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
|