#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p jailkit /usr/share/jailkit
	py3compile -p jailkit  /usr/share/jailkit
fi