summarylogtreecommitdiffstats
path: root/dike.install
diff options
context:
space:
mode:
authorGiulio De Pasquale2016-08-04 19:40:58 +0200
committerGiulio De Pasquale2016-08-04 19:40:58 +0200
commit353201fdce1bd64cfac1770f757301b2bb538b7f (patch)
tree80400689c13b2989400a4698d9b3f5b044ef034b /dike.install
downloadaur-353201fdce1bd64cfac1770f757301b2bb538b7f.tar.gz
First commit
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