2021-06-14 14:42:34 +03:00
|
|
|
post_install() {
|
2021-06-17 11:33:44 +03:00
|
|
|
echo " >> shared-access.patch has been integrated into upstream 2.2.28 and 2.3 as pcsc-shared option"
|
2021-06-14 14:42:34 +03:00
|
|
|
echo " >> Please install upstream GnuPG with 'pacman -S gnupg'"
|
|
|
|
echo " >> This package will no longer receive updates"
|
|
|
|
}
|
|
|
|
|
|
|
|
post_upgrade() {
|
|
|
|
post_install
|
|
|
|
}
|