#!/bin/sh if [ -d /usr/X11R6/lib/X11/fonts/@fontdir@ ]; then update-fonts-dir @fontdir@ update-fonts-alias @fontdir@ fi exit 0