id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host 6156,Debian package - doesn't update desktop database,Carlos Jenkins,,"Trivial bug. When installing VirtualBox from the Debian package hosted on this site, just after the installation the VirtualBox icon doesn't show up on the menu. Tested on Jaunty and Karmic, on Gnome. This is trivial, just add a postinst script (post installation script, default structure for debian packages) before building the package, like this one: {{{ #!sh #!/bin/sh set -e if [ ""$1"" = ""configure"" ] && which update-desktop-database >/dev/null 2>&1 ; then update-desktop-database -q fi }}} ",defect,closed,installer,VirtualBox 3.1.2,fixed,"debian, .deb, package",,other,other