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