#!/bin/sh

# Update Type1 font directory to remove font entries of non-existent fonts from fonts.dir 

cd /usr/X11R6/lib/X11/fonts/Type1; type1inst -silent >> /dev/null; /usr/X11R6/bin/mkfontdir
