Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > eb9abf84aaee09a264dcd4b175abff7d > scriptlet

bitstream-vera-fonts-1.10-7.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/fc-cache ]; then 
  /usr/bin/fc-cache /usr/share/fonts
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  if [ -x /usr/bin/fc-cache ]; then 
    /usr/bin/fc-cache /usr/share/fonts
  fi
fi