summarylogtreecommitdiffstats
path: root/rpki-client.install
blob: 209de3f77ba69d3dc7a0768ebfc7de05086575c5 (plain)
1
2
3
4
5
6
7
8
9
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
}