alhp-keyring: auto updated to 20230504-4
This commit is contained in:
parent
b73753802b
commit
68da945740
2 changed files with 31 additions and 0 deletions
12
repo/alhp-keyring/alhp-keyring.install
Normal file
12
repo/alhp-keyring/alhp-keyring.install
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
post_upgrade() {
|
||||
if usr/bin/pacman-key -l >/dev/null 2>&1; then
|
||||
usr/bin/pacman-key --populate alhp
|
||||
usr/bin/pacman-key --updatedb
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
if [ -x usr/bin/pacman-key ]; then
|
||||
post_upgrade
|
||||
fi
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue