Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e0fea00cccf5bb83da5fcebaf1b2aef2 > scriptlet

ghostscript-fonts-5.50-27.fc15.noarch.rpm

POSTIN

/bin/sh
{
   mkfontscale /usr/share/fonts/default/ghostscript
   mkfontdir /usr/share/fonts/default/ghostscript
   fc-cache /usr/share/fonts
} &> /dev/null || :

POSTUN

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