repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
archlinux-keyring
/
trunk
/
archlinux-keyring.install
blob
28c9c6dce5ab954bb125222bde31d2713eab0363
1
post_upgrade() {
2
if usr/bin/pacman-key -l >/dev/null 2>&1; then
3
usr/bin/pacman-key --populate archlinux
4
usr/bin/pacman-key --updatedb
5
fi
6
}
7
8
post_install() {
9
if [ -x usr/bin/pacman-key ]; then
10
post_upgrade
11
fi
12
}