Files
deb-python-websocket-client/debian/python3-websocket-client.postinst
2015-12-10 15:35:03 +01:00

12 lines
158 B
Bash

#!/bin/sh
set -e
if [ "$1" = "configure" ] ; then
update-alternatives --install /usr/bin/wsdump wsdump /usr/bin/python3-wsdump 200
fi
#DEBHELPER#
exit 0