1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/postgresql-timescaledb/postgresql-timescaledb-tsl.pre-install
Jakub Jirutka 7f66606814 testing/postgresql-timescaledb: move TSL licensed lib into subpkg -tsl
And also update pkgdesc to be more accurate.
2021-03-17 22:31:12 +01:00

13 lines
465 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* By installing this package you are indicating your assent to the terms of
* the Timescale License (TSL) which you can find at
* <https://www.timescale.com/legal/licenses>. A copy of this license will be
* installed into /usr/share/licenses/postgresql-timescaledb/LICENSE-TIMESCALE.
*
* You should know that this license is not approved by the Open Source
* Initiative (OSI); it's one of the so-called "Cloud Protection Licenses".
*
EOF