# *-*-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