post_install() { ln -sf '/opt/criptext-bin/Criptext-latest.AppImage' '/usr/local/bin/criptext' } post_upgrade() { post_install $1 } post_remove() { rm -f '/usr/local/bin/criptext' }