Files
pkgsrc-ng/www/fengoffice/DEINSTALL
2013-09-26 17:14:40 +02:00

12 lines
245 B
Plaintext

# $NetBSD: DEINSTALL,v 1.1.1.1 2009/12/20 15:39:48 taca Exp $
FO_DIR="@PREFIX@/@FO_DIR@"
case ${STAGE} in
DEINSTALL)
# remove temporary files.
${FIND} ${FO_DIR}/cache ${FO_DIR}/tmp -type f \
! -name dummy.php -exec ${RM} -f {} \;
;;
esac