10 lines
283 B
Plaintext
Executable File
10 lines
283 B
Plaintext
Executable File
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
|
|
}
|