head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.1.1.0.6 pkgsrc-2012Q1-base:1.1.1.1 pkgsrc-2011Q4:1.1.1.1.0.4 pkgsrc-2011Q4-base:1.1.1.1 pkgsrc-2011Q3:1.1.1.1.0.2 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2012.06.16.12.27.59; author taca; state dead; branches; next 1.1; 1.1 date 2011.08.12.13.07.45; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.08.12.13.07.45; author taca; state Exp; branches; next ; desc @@ 1.2 log @Remove contao210 for now. Use Contao 2.11, please. @ text @# $NetBSD: DEINSTALL,v 1.1 2011/08/12 13:07:45 taca Exp $ CT_WEBDIR="@@PREFIX@@/@@CT_WEBDIR@@" CT_DIRS="system/config system/drivers system/libraries system/logs \ system/modules system/themes system/config system templates" case ${STAGE} in DEINSTALL) # remove cache files. ${FIND} ${CT_WEBDIR}/system/html -type f ! -name index.html \ -exec ${RM} -f {} \; ${FIND} ${CT_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \ -exec ${RM} -f {} \; ;; POST-DEINSTALL) (cd ${CT_WEBDIR} for d in ${CT_DIRS}; do ${RMDIR} $d >/dev/null 2>&1 done) ${RMDIR} ${CT_WEBDIR} >/dev/null 2>&1 ;; esac @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ @ 1.1.1.1 log @Importing contao210 version 2.10.0 package. This is new minor release of Contao Open Source CMS. * HTML5 support as well as XHTML. * CSS3 support. For more information, please refer: http://www.contao.org/news/items/contao-2_10_0.html. @ text @@