#! /bin/sh
set -e

if [ "$1" = rtupdate ]; then
	pyclean -p offlineimap /usr/share/offlineimap
	pycompile -p offlineimap  /usr/share/offlineimap
fi