pkgsrc/fonts/fontconfig/DEINSTALL
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

9 lines
157 B
Text

# $NetBSD: DEINSTALL,v 1.1 2006/09/17 18:20:20 joerg Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
DEINSTALL)
${RM} -rf ${VARBASE}/cache/fontconfig
;;
esac