#! /bin/sh
set -e
if [ "$1" = rtupdate ]; then
	pyclean -p dstat /usr/share/dstat
	pycompile -p dstat  /usr/share/dstat
fi