#!/bin/sh set -e if [ "$1" = "remove" ] ; then # This can be removed in Trixie and up. update-alternatives --remove jsondiff /usr/bin/jsondiff-jsondiff fi exit 0