fonts post script recipes complete?

Patrice Dumas pertusus at free.fr
Tue Jan 9 19:33:56 UTC 2007


Hello,

The fonts scriptlet is 

%post
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache /usr/share/fonts
fi
%postun
if [ "$1" = "0" ]; then
  if [ -x /usr/bin/fc-cache ]; then
    /usr/bin/fc-cache /usr/share/fonts
  fi
fi

Is it really enough for all the fonts? Aren't mkfontdir and chkfontpath
call needed for X bitmap fonts? Maybe only when there is no fonts.dir
and fonts.alias files? 

Is it the same for Type1 and truetype fonts?

Are there differences between the different fedora core versions?

Shouldn't there some files ghosted?

--
Pat




More information about the fedora-extras-list mailing list