2022-07-25 19:32:55 +02:00
|
|
|
post_install() {
|
2022-07-29 10:59:32 +02:00
|
|
|
pacman-key --init
|
2022-07-25 20:31:10 +02:00
|
|
|
pacman-key --add /opt/mkessler/signing-key/signing_key
|
2022-07-25 19:32:55 +02:00
|
|
|
pacman-key --lsign B419CDA93D7544F8214B3216A23D90C2433DAFBC
|
|
|
|
}
|