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