summaryrefslogtreecommitdiff
path: root/www/typolight26/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'www/typolight26/DEINSTALL')
-rw-r--r--www/typolight26/DEINSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typolight26/DEINSTALL b/www/typolight26/DEINSTALL
index 94c2db2612c..4eb05378814 100644
--- a/www/typolight26/DEINSTALL
+++ b/www/typolight26/DEINSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.1.1.1 2009/04/26 03:52:30 taca Exp $
+# $NetBSD: DEINSTALL,v 1.1.1.1.4.1 2009/12/20 09:41:38 tron Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DIRS="system/config system/drivers system/libraries system/logs \
@@ -9,6 +9,8 @@ DEINSTALL)
# remove cache files.
${FIND} ${TL_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
+ ${FIND} ${TL_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \
+ -exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${TL_WEBDIR}