#! /bin/sh
set -e

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