#!/bin/sh set -e # Automatically added by dh_python2: # make sure python-central files are removed before new package is installed if [ "$1" = upgrade ] && [ -f /var/lib/pycentral/python-simplejson.pkgremove ] then pycentral pkgremove python-simplejson rm -f /var/lib/pycentral/python-simplejson.pkgremove fi # End automatically added section