Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 1ba67e8403c05d08fa31f9e57a405cd3 > scriptlet

xorg-x11-fonts-ethiopic-7.2-12.fc14.noarch.rpm

POSTIN

/bin/sh
{
  xorg-x11-fonts-update-dirs --skip_fontscale --need_ttmkfdir /usr/share/X11/fonts/TTF
  xorg-x11-fonts-update-dirs /usr/share/X11/fonts/OTF
}

POSTUN

/bin/sh
{
  FONTDIR=/usr/share/X11/fonts/TTF
  if [ "$1" = "0" -a -d $FONTDIR ]; then
    xorg-x11-fonts-update-dirs --skip_fontscale --need_ttmkfdir $FONTDIR
  fi
  FONTDIR=/usr/share/X11/fonts/OTF
  if [ "$1" = "0" -a -d $FONTDIR ]; then
    xorg-x11-fonts-update-dirs $FONTDIR
  fi
}