arch-pkgs/z-push/z-push-common.install
George Rawlinson 40a7250c58
build: import forked packages
Packages from either the AUR or generated by myself.
2021-07-24 10:00:59 +00:00

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
}