post_install() { : #!/bin/bash # Link to the binary ln -sf '/opt/BloomRPC/bloomrpc' '/usr/local/bin/bloomrpc' } post_remove() { : #!/bin/bash # Delete the link to the binary rm -f '/usr/local/bin/bloomrpc' }