Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > e1ba55ce7efcdc8e7fff88985fce2145 > scriptlet

liberation-fonts-1.0-1.el5.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