#!/bin/sh
# TODO: remove this file after releasing Squeeze
set -e
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 0.2.5-1~;
then
	pycentral pkgremove python-mako
fi

#DEBHELPER#
