Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 5f5788c55b7c933cf0733210d91a6816 > scriptlet

blender-2.68a-5.fc18.x86_64.rpm

POSTIN

/bin/sh
/usr/bin/update-mime-database /usr/share/mime &> /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 
/usr/bin/update-desktop-database /usr/share/applications || :

POSTUN

/bin/sh
/usr/bin/update-mime-database /usr/share/mime &> /dev/null || :
/usr/bin/update-desktop-database /usr/share/applications
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 || :