[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_desktop



Sebastien pointed out that it needs to be called on remove as well, so
attached is a fixed version.

Ross
-- 
Ross Burton                                 mail: ross@burtonini.com
                                          jabber: ross@burtonini.com
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF

Attachment: dh_desktop
Description: Perl program

# Added by dh_desktop
if [ "$1" = "configure" ]; then
    if [ -x /usr/bin/update-desktop-database ] ; then
        /usr/bin/update-desktop-database -q
    fi
fi
# Added by dh_desktop
if [ "$1" = "remove" ]; then
    if [ -x /usr/bin/update-desktop-database ] ; then
        /usr/bin/update-desktop-database -q
    fi
fi

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: