Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 6868f8a4c4a0c1307a717342444a6315 > scriptlet

gnome-games-extra-3.4.2-2.fc17.i686.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor &>/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
  touch --no-create /usr/share/icons/hicolor &> /dev/null
  gtk-update-icon-cache /usr/share/icons/hicolor &> /dev/null || :
  glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || :
fi

POSTTRANS

/bin/sh
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
glib-compile-schemas /usr/share/glib-2.0/schemas &>/dev/null || :