Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > b8e3db74845366d38fd21f0ae6b6ba1b > scriptlet

Maelstrom-3.0.6-19.fc13.i686.rpm

POSTIN

/bin/sh
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
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi