#! /bin/sh
set -e

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

#DEBHELPER#
