summarylogtreecommitdiffstats
path: root/mip6d.install
diff options
context:
space:
mode:
authorWillem Mulder2020-07-22 17:42:57 +0200
committerWillem Mulder2020-07-22 17:45:07 +0200
commit92ebdc5a61bba3602a58f617e6ae058c141be855 (patch)
tree3c1446111d5a7504d8d3b707704584f5e524285f /mip6d.install
parentd7ced5016344da22ab285d179477c88287317a82 (diff)
downloadaur-mip6d-umip.org-git.tar.gz
Rework package to modern standards
- Replace rc.d/conf.d with systemd service - Use pkgver/prepare/build/package instead of only build - Use proper package versioning This commit also includes a patch to make mip6d compile against OpenSSL >= 1.1
Diffstat (limited to 'mip6d.install')
-rw-r--r--mip6d.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/mip6d.install b/mip6d.install
new file mode 100644
index 000000000000..559b3c910ed0
--- /dev/null
+++ b/mip6d.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "You still need to create a configuration file for mip6d at /etc/mip6d.conf"
+ echo "Example configurations can be found in /usr/share/doc/mip6d."
+}