Sophie

Sophie

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

thunderbird-31.5.0-1.el5_11.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

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