#!/bin/sh -e newv="$1" oldv="$2" rm -f /etc/runlevels/default/s6 if test `apk version -t "$oldv" 2.8` = "<" ; then cat <