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

12 lines
160 B
Bash

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