#!/bin/sh ver_old=$2 if [ "$(apk version -t "$ver_old" '1.34.0-r3')" = '<' ]; then cat >&2 <<-EOF * * NetworkManager plugins adsl, bluetooth, ovs, ppp, wwan (mobile broadband), * and wifi have been split into subpackages. If you use some of them, install * the corresponding packages (e.g. 'apk add networkmanager-wifi'). * EOF fi exit 0