#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p warpinator /usr/libexec/warpinator
	py3compile -p warpinator -V 3.12 /usr/libexec/warpinator
fi