summarylogtreecommitdiffstats
path: root/cewe-fotowelt.install
blob: 195f1640229431762daeaba1bc2fe0acfda08da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
	cat <<-EOF
	---------------------------------------------------
	Diese CEWE Software ist ein Produkt und Eigentum der
	CEWE Stiftung & Co. KGaA, Meerweg 30-32,
	26133 Oldenburg. Die Nutzungsbedingen sind
	in /usr/share/licenses/cewe-fotowelt/EULA.txt.
	WENN SIE DIESE SOFTWARE INSTALLIEREN, ERKLĂ„REN SIE
	SICH MIT DEN BEDINGUNGEN DIESES LIZENZABKOMMENS
	EINVERSTANDEN.
	---------------------------------------------------
	This CEWE software was created by and the is the 
	property of CEWE Stiftung & Co. KGaA, Meerweg 30-32,
	26133 Oldenburg, Germany. Conditions of use are in
	/usr/share/licenses/cewe-fotowelt/EULA.txt.
	BY INSTALLING THIS SOFTWARE YOU DECLARE YOUR
	AGREEMENT WITH THE CONDITIONS OF THIS LICENCE.
	---------------------------------------------------
	EOF

}