1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/connman/connman.post-upgrade
Jakub Jirutka 3786c4c1ce community/connman: split openvpn and wireguard to subpackages
They are small, the main motivation is to correctly declare
dependencies - openvpn plugin depends on openvpn package.
2021-07-16 01:23:51 +02:00

11 lines
264 B
Bash

#!/bin/sh
ver_old="$2"
if [ "$(apk version -t "$ver_old" "1.40-r1")" = "<" ]; then
cat >&2 <<-EOF
* ConnMan OpenVPN and Wireguard VPN plugins have been moved into
* subpackages. If you use one of them, install connman-openvpn or
* connman-wireguard.
EOF
fi