post_install() { echo "The binary is called: 'musicbox'" } post_upgrade() { post_install } # vim:set ts=2 sw=2 et: