#! /bin/sh
set -e

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