DEBSOURCES
Skip Quicknav
sources / python-doc8 / 0.10.1-5 / debian / python3-doc8.prerm
1234567891011
#!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove doc8 /usr/bin/python3-doc8 fi #DEBHELPER# exit 0