#!/usr/bin/make -f
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/bin/temper-snmp

%:
	dh $@ --buildsystem=pybuild
