OSDN Git Service

[add] : i686/alter-stable
[alterlinux/alterlinux-pkgbuilds.git] / alter-stable / i686 / archlinux32-keyring / archlinux32-keyring.install
1 post_upgrade() {
2         if usr/bin/pacman-key -l >/dev/null 2>&1; then
3                 usr/bin/pacman-key --populate archlinux32
4         fi
5 }
6
7 post_install() {
8         if [ -x usr/bin/pacman-key ]; then
9                 post_upgrade
10         fi
11 }