#! /bin/sh

set -e

if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.2.0-3; then
	pycentral pkgremove scons
fi

#DEBHELPER# 

exit 0
