10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
# $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
|