Added alternative packaging for subunit-trace
This commit is contained in:
12
debian/python3-tempest-lib.postrm
vendored
Normal file
12
debian/python3-tempest-lib.postrm
vendored
Normal 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
|
||||
|
Reference in New Issue
Block a user