Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6c0db7d6afc0b7379a36d6cb0ea3dd77 > scriptlet

freetype-2.4.2-7.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
}