#!/bin/sh

CHROOTDIR=${BASEDIR:-/}

if [ -f ${BASEDIR}/opt/csw/etc/fonts ]; then
   mv ${BASEDIR}/opt/csw/etc/fonts ${BASEDIR}/opt/csw/etc/fontconfig
fi
 
exit 0
