File: python3-websockify.prerm

package info (click to toggle)
websockify 0.10.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: python: 2,853; ansic: 55; makefile: 33; sh: 27
file content (11 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove websockify /usr/bin/python3-websockify
fi

#DEBHELPER#

exit 0