#! /bin/sh
set -e

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

#DEBHELPER#
