#!/bin/sh

# Update Type1 directory to make fonts available to X Server 

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

# Run the automated font installer
( cd /usr/lib/wp8/shbin10; ./wpfi; )
# Automatically inserted by debstd on Tue,  2 Nov 1999 14:53:09 -0500
if [ "$1" = "configure" ]; then
	ldconfig
fi
