#!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove senlin /usr/bin/python3-senlin fi #DEBHELPER# exit 0