#! /bin/sh
set -e

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