Add files from parent branch HEAD:
[pkgsrcv2.git] / www / fengoffice / DEINSTALL
1 # $NetBSD$
2
3 FO_DIR="@PREFIX@/@FO_DIR@"
4
5 case ${STAGE} in
6 DEINSTALL)
7         # remove temporary files.
8         ${FIND} ${FO_DIR}/cache ${FO_DIR}/tmp -type f \
9                 ! -name dummy.php -exec ${RM} -f {} \;
10         ;;
11 esac