add Ledger Live
This commit is contained in:
parent
ce5b9daccc
commit
2eaecf94f6
9 changed files with 283 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
post_install() {
|
||||
udevadm trigger
|
||||
udevadm control --reload-rules
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue