Sign in
chromium
/
external
/
github.com
/
fwupd
/
fwupd
/
631790ef1b60472f718a3bc8e5e95b458eae5e88
/
.
/
contrib
/
debian
/
fwupd-tests.postrm
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