Added check-uuid to the update-alternative handling.

This commit is contained in:
Thomas Goirand
2015-12-03 00:00:35 +01:00
parent 3bd8430bc9
commit 456147e8e8
8 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ set -e
if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
update-alternatives --remove subunit-trace /usr/bin/python3-subunit-trace
update-alternatives --remove skip-tracker /usr/bin/python3-skip-tracker
update-alternatives --remove check-uuid /usr/bin/python3-check-uuid
fi
#DEBHELPER#