View Single Post
Posts: 61 | Thanked: 17 times | Joined on Dec 2008 @ Toronto
#123
dwould: regarding your post #119 Check:
1. Makefile.am in navit/xpm should have 2 lines such as (near end of file)
DESKTOPFILEdir=$(datadir)/applications
DESKTOPFILE_DATA = desktop_icons/navit.desktop
2. Debian/postinst should have a section like this:
if [ -f /usr/share/applications/navit.desktop ]
then
mv /usr/share/applications/navit.desktop /usr/share applications /hildon/navit.desktop


If the postinst is wrong let me know and I will fix my copy on the web site.

Gerrit