post_upgrade() {
	usr/bin/pacman-key -l B1F96021DB62254D || usr/bin/pacman-key --populate bioarchlinux
}

post_install() {
	if [ -x usr/bin/pacman-key ]; then
		post_upgrade
	fi
}
