File: python3-websocket.postinst

package info (click to toggle)
websocket-client 0.53.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 368 kB
  • sloc: python: 2,239; sh: 20; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/wsdump wsdump /usr/bin/python3-wsdump 200
fi

#DEBHELPER#

exit 0