#!/bin/sh

set -e

if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.5.3-1; then
   pycentral pkgremove python-migrate
fi

#DEBHELPER#
