Submit
Path:
~
/
/
lib
/
systemd
/
system-shutdown
/
File Content:
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
Submit
FILE
FOLDER
Name
Size
Permission
Action
fwupd.shutdown
256 bytes
0755
mdadm.shutdown
168 bytes
0755
N4ST4R_ID | Naxtarrr