#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 3.0.0~c1-1; then
   pycentral pkgremove python-opengl
fi

