Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d6cdaf49b836350e21f6d560980e24da > scriptlet

bitmap-1.0.3-7.fc13.i686.rpm

POSTIN

/bin/sh
# update the icon cache, if it exists
if [ -d /usr/share/icons/hicolor -a -x /usr/bin/gtk-update-icon-cache ]
then
  touch /usr/share/icons/hicolor
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi

POSTUN

/bin/sh
# update the icon cache, if it exists
if [ -d /usr/share/icons/hicolor -a -x /usr/bin/gtk-update-icon-cache ]
then
  touch /usr/share/icons/hicolor
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi