#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	py3clean -p system-config-printer-common /usr/share/system-config-printer
	py3compile -p system-config-printer-common  /usr/share/system-config-printer
fi