You can add a line to create a softlink in the postinst like: Code: ln -s /opt/.../<executable-binary> /usr/bin/<executable-binary> Daniel
ln -s /opt/.../<executable-binary> /usr/bin/<executable-binary>