Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8c7684a40b7b1525d92d52bfadabff7e > scriptlet

urw-fonts-2.4-9.fc13.noarch.rpm

POSTIN

/bin/sh
{
   umask 133
   mkfontscale /usr/share/fonts/default/Type1 || :
   `which mkfontdir` /usr/share/fonts/default/Type1 || :
   fc-cache /usr/share/fonts
} &> /dev/null || :

POSTUN

/bin/sh
{
   if [ "$1" = "0" ]; then
      fc-cache /usr/share/fonts
   fi
} &> /dev/null || :