Update rad4day-keyring

This commit is contained in:
2023-03-25 22:57:02 +01:00
commit 0871451c3d
3 changed files with 83 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 rad4day
usr/bin/pacman-key --updatedb
fi
}
post_install() {
if [ -x usr/bin/pacman-key ]; then
post_upgrade
fi
}