Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > c3a219975117e67ecb44a88461f196f1 > scriptlet

xorg-x11-fonts-syriac-7.1-2.1.el5.noarch.rpm

POSTIN

/bin/sh
{
  FONTDIR=/usr/share/X11/fonts/OTF
  mkfontscale $FONTDIR
  mkfontdir $FONTDIR
  /usr/sbin/chkfontpath -q -a $FONTDIR
  fc-cache $FONTDIR
}
# &> /dev/null || :

POSTUN

/bin/sh
{
  FONTDIR=/usr/share/X11/fonts/OTF
  if [ "$1" = "0" -a -d $FONTDIR ]; then
    mkfontscale $FONTDIR
    mkfontdir $FONTDIR
    fc-cache $FONTDIR
  fi
}
# &> /dev/null || :