blob: a491a0fcb16f0d566dd05357e0424efc4481a0ed [file] [log] [blame]
#!/bin/sh
set -e
#DEBHELPER#
# don't run on purge; the commands might be missing
if [ "$1" = remove ]; then
if [ "$CI" = "true" ]; then
fwupdtool disable-test-devices
else
echo "To disable test suite, run \`fwupdtool disable-test-devices\`"
fi
fi