View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#5
You can add a line to create a softlink in the postinst like:

Code:
ln -s /opt/.../<executable-binary> /usr/bin/<executable-binary>
Daniel