#!/bin/sh if [ -x /usr/bin/pacman-key ]; then /usr/bin/pacman-key --populate archlinux /usr/bin/pacman-key --updatedb fi exit 0