DEBSOURCES
Skip Quicknav
sources / python-pyscss / 1.3.4-4~bpo8%2B1 / debian / python3-pyscss.prerm
1234567891011
#!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove pyscss /usr/bin/python3-pyscss fi #DEBHELPER# exit 0