Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > cc97203a2445e8988174a8b9624f195e > scriptlet

gnome-gmail-1.8.1-1.fc14.noarch.rpm

POSTIN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-gmail.schemas > /dev/null
update-desktop-database &> /dev/null || :
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor || :
fi

POSTUN

/bin/sh
update-desktop-database &> /dev/null || :
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor || :
fi