summarylogtreecommitdiffstats
path: root/geoipmarker.install
diff options
context:
space:
mode:
authorFrank Marien2015-10-01 11:04:35 +0200
committerFrank Marien2015-10-01 11:04:35 +0200
commit4ef831d4528f6ddc630cbbf8a9d58f4e650c2f03 (patch)
tree6dfaf0271f45bc8c171fd993daf3a8696932b63c /geoipmarker.install
downloadaur-4ef831d4528f6ddc630cbbf8a9d58f4e650c2f03.tar.gz
initial checkin
Diffstat (limited to 'geoipmarker.install')
-rw-r--r--geoipmarker.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/geoipmarker.install b/geoipmarker.install
new file mode 100644
index 000000000000..788b9b7e3ef7
--- /dev/null
+++ b/geoipmarker.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat <<EOF
+**** NOTICE ****
+*
+* To use the geoipmarker package, you need a GeoIP2 database file, and a
+* systemd Unit Instance Environment file. See
+* <https://github.com/m4rienf/GeoIPMarker/blob/master/README.md>
+*
+EOF
+}