Current File : //lib/systemd/system-shutdown/fwupd.shutdown
#!/usr/bin/sh
# no history database exists
[ -f /var/lib/fwupd/pending.db ] || exit 0
# activate firmware when we have a read-only filesystem
if ! /usr/bin/fwupdtool activate; then
ret=$?
[ "$ret" -eq "2" ] && exit 0
exit $ret
fi
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat