#!/bin/sh set -e if [ "$1" = configure ] then update-alternatives --install /usr/bin/numba numba /usr/share/python3-numba/numba 20 fi #DEBHELPER#