head	1.2;
access;
symbols
	pkgsrc-2014Q1:1.1.0.12
	pkgsrc-2014Q1-base:1.1
	pkgsrc-2013Q4:1.1.0.10
	pkgsrc-2013Q4-base:1.1
	pkgsrc-2013Q3:1.1.0.8
	pkgsrc-2013Q3-base:1.1
	pkgsrc-2013Q2:1.1.0.6
	pkgsrc-2013Q2-base:1.1
	pkgsrc-2013Q1:1.1.0.4
	pkgsrc-2013Q1-base:1.1
	pkgsrc-2012Q4:1.1.0.2
	pkgsrc-2012Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2014.06.01.14.13.31;	author taca;	state dead;
branches;
next	1.1;
commitid	UPEtFeZXz9XKhPCx;

1.1
date	2012.10.01.15.38.32;	author taca;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove contao211-translations since Contao 2.11 is EOL.
@
text
@# $NetBSD: INSTALL,v 1.1 2012/10/01 15:38:32 taca Exp $

CT_WEBDIR="@@PREFIX@@/@@CT_WEBDIR@@"
CT_OWN="@@WWWOWN@@"
CT_GRP="@@WWWGRP@@"

case ${STAGE} in
POST-INSTALL)
	cd ${CT_WEBDIR}/system/modules && \
		for i in */languages; do
			${CHGRP} -R ${CT_GRP} $i
			${CHOWN} -R ${CT_OWN} $i
		done
	;;
esac
@


1.1
log
@Move some code fragment from contao to contao211-translations since
translation files will be included in Contao core from next major release
(Contao 3.0).
@
text
@d1 1
a1 1
# $NetBSD: INSTALL.translations,v 1.1 2011/08/12 12:46:42 taca Exp $
@

