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