summarylogtreecommitdiffstats
path: root/ead.install
diff options
context:
space:
mode:
authorPetar Petrov2018-03-04 19:10:39 +0100
committerPetar Petrov2018-03-04 19:10:39 +0100
commitc9e4195116ea03ee5274f57e68a3cdf7fde4c39e (patch)
tree9434b8bb4632cd636ea0b8876d1893b2e1982f77 /ead.install
parentb54eabb97627cd6d5ea58cb198ad1751e4f9607e (diff)
downloadaur-c9e4195116ea03ee5274f57e68a3cdf7fde4c39e.tar.gz
Add disclaimer info on post install
Diffstat (limited to 'ead.install')
-rw-r--r--ead.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/ead.install b/ead.install
new file mode 100644
index 000000000000..be63d914198e
--- /dev/null
+++ b/ead.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo
+ echo Disclaimer
+ echo ---------------------
+ echo Please note that e-additives is a hobby project. I SHALL NOT be held liable in case of any damages incurring from the usage of this data!
+ echo ----------------------
+ echo
+}
+