#!/bin/sh

CHROOTDIR=${BASEDIR:-/}

echo 
echo fc-cache is now running in background to build font information caches ...
echo

${BASEDIR}/usr/sbin/chroot ${CHROOTDIR} /opt/csw/bin/fc-cache -f -s &
 
exit 0
