Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 28eb4dcd2330368d899c1ff2856bd07c > scriptlet

thunderbird-17.0.10-1.el5_10.x86_64.rpm

POSTIN

/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 --quiet /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 --quiet /usr/share/icons/hicolor || :
fi

#===============================================================================