arch-pkgs/z-push/z-push-common.install

13 lines
152 B
Plaintext

post_install() {
cat >&2 <<-EOF
Z-Push requires at least one of each:
* z-push-backend-*
* z-push-ipc-*
Otherwise it will not work properly.
EOF
}