DEBSOURCES
Skip Quicknav
sources / python-novaclient / 2%3A6.0.0-2 / debian / python3-novaclient.prerm
1234567891011
#!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove nova /usr/bin/python3-nova fi #DEBHELPER# exit 0