I am trying to make a .deb
package for our software. My basic requirement from the package:
After the installation of the package, it should create a desktop shortcut which is linked to the start up script for the software.
It should install the file and folder in the package to the location that i give to it.
If I can give a GUI for the installation and location selection to the installer would be great but this can be optional..
I tried using FPM but as I am new to it I could make deb but couldn't accomplish the things mentioned above...