Initial upload: alhp-keyring 20211125-1

This commit is contained in:
2021-11-25 20:29:14 +01:00
parent 95510ddba3
commit da295f20b5
3 changed files with 46 additions and 0 deletions

View 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
}