archpkgs/arch4edu-keyring/arch4edu-keyring.install
Gabriel Ebner 91ea9ad672 git subrepo clone --branch=master https://aur.archlinux.org/arch4edu-keyring
subrepo:
  subdir:   "arch4edu-keyring"
  merged:   "3a61b8e"
upstream:
  origin:   "https://aur.archlinux.org/arch4edu-keyring"
  branch:   "master"
  commit:   "3a61b8e"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2021-01-14 18:24:34 +01:00

10 lines
176 B
Plaintext

post_upgrade() {
usr/bin/pacman-key -l 7931B6D628C8D3BA || usr/bin/pacman-key --populate arch4edu
}
post_install() {
if [ -x usr/bin/pacman-key ]; then
post_upgrade
fi
}