post_install() {# Display the name of executableechoecho"The launcher is called agisoft-delighter"echo}
post_remove() {rm-rf/opt/agisoft/delighter
rm-d/opt/agisoft 2>/dev/null
echoecho"The users data were kept at the below locations"echo"\$HOME/.agisoft"echo"\$HOME/.config/Agisoft"echo"\$HOME/.local/share/Agisoft"echo}