#! /bin/sh
set -e

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