#! /bin/sh
set -e

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