#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p ubiquity /usr/lib/ubiquity
	py3compile -p ubiquity -V 3.1- /usr/lib/ubiquity
fi