#!/bin/sh -e # Remove alternatives links if [ -e /etc/alternatives/slepc4py ]; then update-alternatives --remove slepc4py /usr/lib/python3/dist-packages/slepc4py_complex fi