#!/bin/sh

set -e

DIRECTORYS=".pybuild build port_for.egg-info"

for DIRECTORY in ${DIRECTORYIS}
do
	rm -rf ${DIRECTORY}
done

#DEBHELPER#

exit 0
