Fix: change asc suffix to pem
All checks were successful
Build package / build-package (push) Successful in 8s
All checks were successful
Build package / build-package (push) Successful in 8s
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
_keyuid='Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
|
||||
|
||||
_package_changed() {
|
||||
trust anchor --store /usr/share/hl-base-env/hl-rootca.crt
|
||||
pacman-key --add /usr/share/hl-base-env/hl-package.asc && \
|
||||
pacman-key --lsign-key \
|
||||
'Yi-Ting Shih Packaging Infrastructure <ytshih@konchin.com>'
|
||||
pacman-key --add /usr/share/hl-base-env/hl-package.pem && \
|
||||
pacman-key --lsign-key "$_keyuid"
|
||||
update-ca-trust
|
||||
}
|
||||
|
||||
@@ -17,5 +18,6 @@ post_upgrade() {
|
||||
|
||||
pre_remove() {
|
||||
trust anchor --remove /usr/share/hl-base-env/hl-rootca.crt
|
||||
pacman-key --delete "$_keyuid"
|
||||
update-ca-trust
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user