#! /bin/sh
set -e

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