Gabriel Ebner
91ea9ad672
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: "???"
10 lines
176 B
Plaintext
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
|
|
}
|