binary_message() { echo "To prevent problems with software of other coins the binaries for this package are as follows:" echo " connectivity_tool => trtl-connectivity_tool" echo " miner => trtl-miner" echo " simplewallet => trtl-simplewallet" echo " walletd => trtl-walletd" echo } post_install() { binary_message } post_upgrade() { binary_message }