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