Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > a365821d8b4b71ecca78b88eb3f35786 > scriptlet

freetype-2.4.4-4.fc15.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
}