summarylogtreecommitdiffstats
path: root/dike.install
diff options
context:
space:
mode:
Diffstat (limited to 'dike.install')
-rwxr-xr-xdike.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/dike.install b/dike.install
new file mode 100755
index 000000000000..704790ee4259
--- /dev/null
+++ b/dike.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << EOF
+!!! You have to read and accept the EULA before using this software!
+!!! Read it here: /usr/share/licenses/dike/
+EOF
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file