Sophie

Sophie

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

fonts-arabic-2.0-4.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