summarylogtreecommitdiffstats
path: root/rpki-client.install
diff options
context:
space:
mode:
Diffstat (limited to 'rpki-client.install')
-rw-r--r--rpki-client.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/rpki-client.install b/rpki-client.install
new file mode 100644
index 000000000000..209de3f77ba6
--- /dev/null
+++ b/rpki-client.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo
+ echo "==========================================================================="
+ echo "The ARIN TAL is not included in this package due due licensing constraints."
+ echo "To use the ARIN TAL, download it yourself from"
+ echo "https://www.arin.net/resources/manage/rpki/tal/"
+ echo "and place the arin.tal file in /etc/rpki/"
+ echo "==========================================================================="
+ echo
+}