mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 21:35:02 +00:00
trivial: snap: add fwupdagent command
This commit is contained in:
parent
d6baddc772
commit
c4bc1ad881
2
contrib/snap/fwupdagent.wrapper
Executable file
2
contrib/snap/fwupdagent.wrapper
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec "$SNAP/fwupd-command" $SNAP/bin/fwupdagent $@
|
@ -29,6 +29,8 @@ apps:
|
||||
share/bash-completion/completions/fwupdmgr
|
||||
fwupdtpmevlog:
|
||||
command: fwupdtpmevlog.wrapper
|
||||
fwupdagent:
|
||||
command: fwupdagent.wrapper
|
||||
|
||||
parts:
|
||||
tpm2-tss:
|
||||
@ -269,3 +271,4 @@ parts:
|
||||
- fwupd.wrapper
|
||||
- fwupdmgr.wrapper
|
||||
- fwupdtpmevlog.wrapper
|
||||
- fwupdagent.wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user