PKGBUILDs/core/archlinuxarm-keyring/archlinuxarm-keyring.install

12 lines
191 B
Plaintext
Raw Normal View History

2014-01-19 03:15:21 +00:00
post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then
usr/bin/pacman-key --populate archlinuxarm
fi
}
post_install() {
if [ -x usr/bin/pacman-key ]; then
post_upgrade
fi
}