Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 76a98833cc76872a4813feb1435f7390 > scriptlet

dejavu-lgc-fonts-2.10-1.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