pkgsrc/fonts/fontconfig/INSTALL
joerg 2ab0c4a3c4 Honour VARBASE for the fontconfig cache. Use INSTALL script to create it
if necessary and run fc-cache to set up the initial database.
Remove the cache at DEINSTALL time. Bump revision for this.
2006-09-17 18:20:20 +00:00

10 lines
181 B
Text

# $NetBSD: INSTALL,v 1.1 2006/09/17 18:20:20 joerg Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
POST-INSTALL)
${MKDIR} ${VARBASE}/cache/fontconfig
${PREFIX}/bin/fc-cache
;;
esac