#!/bin/sh
# Package removal won't remove .pyc files, do so here.
if [ -d /opt/barriosquare ]; then
	rm -rf /opt/barriosquare/
fi
