Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 0b558fc759d0843d8964298a6c3e00dc > scriptlet

freetype-2.4.2-3.fc14.i686.rpm

Triggers

freetype < 2.0.5-3

/bin/sh
{
  # ttmkfdir updated - as of 2.0.5-3, on upgrades we need xfs to regenerate
  # things to get the iso10646-1 encoding listed.
  for I in /usr/share/fonts/*/TrueType /usr/share/X11/fonts/TTF; do
      [ -d $I ] && [ -f $I/fonts.scale ] && [ -f $I/fonts.dir ] && touch $I/fonts.scale
  done
  exit 0
}