post_install() {
echo "Some of Zrok's binaries have been renamed in this package!"
echo "copyto -> zrok-cp"
echo "pastefrom -> zrok-paste"
echo "http-server -> zrok-server"
echo
echo "The main zrok binary is unchanged"
echo "and the usage of the ancillary binaries is unchanged"
echo "except for the name."
exit 0
}
post_upgrade() {
post_install
}
