summarylogtreecommitdiffstats
path: root/CEWE.install
diff options
context:
space:
mode:
Diffstat (limited to 'CEWE.install')
-rw-r--r--CEWE.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/CEWE.install b/CEWE.install
new file mode 100644
index 000000000000..dce7fd7d492c
--- /dev/null
+++ b/CEWE.install
@@ -0,0 +1,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/PACKAGE NAME/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/PACKAGE NAME/EULA.txt.
+ BY INSTALLING THIS SOFTWARE YOU DECLARE YOUR
+ AGREEMENT WITH THE CONDITIONS OF THIS LICENCE.
+ ---------------------------------------------------
+ EOF
+
+}