pkgsrc/www/fengoffice/DEINSTALL
taca 5ba4d6ff76 Import Feng Office 1.6.1 package, previously it was named Open Goo.
Approved by wiz@

Feng Office formerly known as OpenGoo is an easy to use Open
Source Web Office.

Manage tasks, documents, contacts, e-mail, calendar, and more...
Manage project progress, track time, and bill your customers.
Access all information from a single and elegant dashboard.
Communicate with co-workers, clients and vendors.
2009-12-20 15:39:45 +00:00

11 lines
245 B
Text

# $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