diff options
Diffstat (limited to 'www/typolight27/DEINSTALL')
-rw-r--r-- | www/typolight27/DEINSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typolight27/DEINSTALL b/www/typolight27/DEINSTALL index 88610c2a267..c5ca218c448 100644 --- a/www/typolight27/DEINSTALL +++ b/www/typolight27/DEINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: DEINSTALL,v 1.1.1.1 2009/04/26 03:58:41 taca Exp $ +# $NetBSD: DEINSTALL,v 1.1.1.1.4.1 2009/12/20 09:41:39 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} |