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