aports

Custom Alpine Linux aports

git clone git://git.lin.moe/aports.git

 1#!/bin/sh
 2
 3ver_old=$2
 4
 5if [ "$(apk version -t "$ver_old" '0.6.2-r1')" = '<' ]; then
 6	cat >&2 <<-EOF
 7	*
 8	* seatd-launch has been moved to a separate subpackage. If you use it, run:
 9	* apk add cmd:seatd-launch.
10	*
11	EOF
12fi
13
14exit 0