12 lines
152 B
Text
12 lines
152 B
Text
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
|
|
}
|