1#!/bin/sh23ver_old=$245if [ "$(apk version -t "$ver_old" '0.6.2-r1')" = '<' ]; then6 cat >&2 <<-EOF7 *8 * seatd-launch has been moved to a separate subpackage. If you use it, run:9 * apk add cmd:seatd-launch.10 *11 EOF12fi1314exit 0
Custom Alpine Linux aports
git clone git://git.lin.moe/aports.git
1#!/bin/sh23ver_old=$245if [ "$(apk version -t "$ver_old" '0.6.2-r1')" = '<' ]; then6 cat >&2 <<-EOF7 *8 * seatd-launch has been moved to a separate subpackage. If you use it, run:9 * apk add cmd:seatd-launch.10 *11 EOF12fi1314exit 0