#! /bin/sh
set -e

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