#! /bin/sh
set -e

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