#!/bin/sh set -e if [ "$1" = "configure" ] ; then update-alternatives --install /usr/bin/wsdump wsdump /usr/bin/python2-wsdump 200 fi # Automatically added by dh_python2: if which pycompile >/dev/null 2>&1; then pycompile -p python-websocket fi # End automatically added section exit 0