summarylogtreecommitdiffstats
path: root/arch4edu-keyring.install
blob: f5158dc77d65f242496858b741b19b817b882b70 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
	usr/bin/pacman-key -l 7931B6D628C8D3BA || usr/bin/pacman-key --populate arch4edu
}

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