#!/bin/sh
set -e

# Switch from pycentral to pysupport
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.30-1 ; then
    pycentral pkgremove wammu
fi

#DEBHELPER#

exit 0
