summarylogtreecommitdiffstats
path: root/notify.install
blob: 868ef44583f1196345428aa7baf8b2f295a52ead (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "   >> shared-access.patch has been integrated into upstream 2.2.28 and 2.3 as pcsc-shared option"
	echo "   >> Please install upstream GnuPG with 'pacman -S gnupg'"
	echo "   >> This package will no longer receive updates"
}

post_upgrade() {
	post_install
}