2
0
Fork 0
gnupg-scd-shared/notify.install

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 pcsd-shared option"
echo " >> Please install upstream GnuPG with 'pacman -S gnupg'"
echo " >> This package will no longer receive updates"
}
post_upgrade() {
post_install
}