Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 005c8acdd5fbe3e9da94fb75afb98629 > scriptlet

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

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