2ab0c4a3c4
if necessary and run fc-cache to set up the initial database. Remove the cache at DEINSTALL time. Bump revision for this.
10 lines
181 B
Text
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
|