Added alternative packaging for subunit-trace

This commit is contained in:
Thomas Goirand
2014-11-27 23:15:31 +08:00
parent 25c36e4500
commit e688633dac
7 changed files with 74 additions and 0 deletions

12
debian/python3-tempest-lib.postrm vendored Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
update-alternatives --remove subunit-trace /usr/bin/python3-subunit-trace
fi
#DEBHELPER#
exit 0