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