aports/testing/postgresql16/postgresql16.post-install
Jakub Jirutka 4f115f18c0 testing/postgresql16: new aport
Based on main/postgresql15.
2023-09-28 22:10:05 +00:00

13 lines
214 B
Bash

#!/bin/sh
majorver=${1%%.*}
cat >&2 <<EOF
*
* If you want to use JIT in PostgreSQL, install postgresql$majorver-jit or
* postgresql-jit (if you didn't install specific major version of postgresql).
*
EOF
exit 0