Hi, Attached is a simple dh_desktop, which looks for .desktop files and if found, adds a conditional call to update-desktop-database.
This is required for G2.8 so getting this into debhelper and the CDBS's
gnome class would be great for us.
Any comments before I mail it off to Joey?
Ross
--
Ross Burton mail: [EMAIL PROTECTED]
jabber: [EMAIL PROTECTED]
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
# Added by dh_desktop
if [ "$1" = "configure" ]; then
if [ -x /usr/bin/update-desktop-database ] ; then
/usr/bin/update-desktop-database -q
fi
fi
dh_desktop
Description: Perl program
signature.asc
Description: This is a digitally signed message part

