Codebase list python-json-pointer / debian/1.10-2 debian / python3-json-pointer.prerm
debian/1.10-2

Tree @debian/1.10-2 (Download .tar.gz)

python3-json-pointer.prerm @debian/1.10-2raw · history · blame

#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove jsonpointer /usr/bin/python3-jsonpointer
fi

#DEBHELPER#

exit 0