#!/bin/sh set -e # Automatically added by dh_installdocs if [ "$1" = remove ] || [ "$1" = upgrade ] && \ which install-docs >/dev/null 2>&1; then install-docs -r gnupginterface fi # End automatically added section # Automatically added by dh_pysupport if which update-python-modules >/dev/null 2>&1; then update-python-modules -c -i /usr/share/python-support/python-gnupginterface fi # End automatically added section