#!/bin/sh
# Placeholder shipped with the phonebase-cli npm tarball so that `npm install`
# can create the global PATH symlink up-front. The postinstall script
# (scripts/install.js) replaces this file by hardlinking the real native
# binary from the platform-specific subpackage. If you see this message,
# the postinstall step did not complete successfully.
echo "phonebase-cli: native binary not installed — please run:" >&2
echo "  npm install -g phonebase-cli --force" >&2
exit 1
