Figuring out how to build a .deb package, got most of it done, but stuck on how to add a shortcut to the package into the K menu.
Does anyone know how?
I'm trying to do this from within the running .deb installer's postinst shell script.
My package is a very simple one, just contains one gcc-compiled executable placed inside /usr/bin by the .deb
I asked on the Ubuntu boards but of course that was maybe a bit silly since they are used to Gnome not KDE
or
should I be using something like this rather than trying to directly program menus
http://www.debian.org/doc/packaging-....html/ch1.html
or
dh_installmenu
Does anyone know how?
I'm trying to do this from within the running .deb installer's postinst shell script.
My package is a very simple one, just contains one gcc-compiled executable placed inside /usr/bin by the .deb
I asked on the Ubuntu boards but of course that was maybe a bit silly since they are used to Gnome not KDE
or
should I be using something like this rather than trying to directly program menus
http://www.debian.org/doc/packaging-....html/ch1.html
or
dh_installmenu