#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p rhythmbox-plugin-alternative-toolbar /usr/lib/rhythmbox
	py3compile -p rhythmbox-plugin-alternative-toolbar  /usr/lib/rhythmbox
fi