summarylogtreecommitdiffstats
path: root/cie-middleware.install
blob: b7a91e5de9c8c29a558ce93eb2a3c91904fbee21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	echo "NOTICE: The package 'cie-middleware' has been renamed and replaced by 'cie-middleware-bin'."
	echo "        This package will be removed soon from AUR, please migrate to"
	echo "        'cie-middleware-bin' or 'cie-middleware-git' to continue to receive updates."
	echo
	echo "==> To interact with the CIE smartcard the pcsclite daemon has to be started, with e.g."
	echo "==> # systemctl start pcscd.service"
}

post_upgrade() {
	post_install
}