#!/bin/sh if [ "${0##*.}" = 'post-upgrade' ] && [ "$(apk version -t "$2" '2.4.1-r0')" = '>' ]; then exit 0 fi cat >&2 <