#!/bin/sh

ver_old=$2

if [ "$(apk version -t "$ver_old" '7.6-r1')" = '<' ]; then
	remove-shell '/bin/oksh'
fi

add-shell '/usr/bin/oksh'
exit 0
