Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 860cf69f1432a32aafbdde270de7512b > scriptlet

mono-icon-theme-4.6.2-1.fc15.noarch.rpm

POSTIN

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

POSTUN

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

POSTTRANS

/bin/sh
gtk-update-icon-cache /usr/share/icons/mono &> /dev/null || :