#!/bin/sh

MACH=`/bin/athena/machtype`

if [ -d /usr/lib/X11/fonts/75dpi ]; then 
	exec /mit/athenadoc/.${MACH}postps2 $1
else
exec /mit/athenadoc/.${MACH}postps $1
fi
