summarylogtreecommitdiffstats
path: root/CEWE.install
diff options
context:
space:
mode:
authorJames Crompton2021-08-01 21:56:55 +0200
committerJames Crompton2021-08-01 21:56:55 +0200
commit57862d323019d1d595995fd77da974cefdb41624 (patch)
treefb812721a8e752829ea83890fe887708a12c25cb /CEWE.install
parenta791dbb28df39b3183922b1c8f3b76992e2f139b (diff)
downloadaur-57862d323019d1d595995fd77da974cefdb41624.tar.gz
More flexibility to allow easier packaging of other application variants
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
+
+}