summarylogtreecommitdiffstats
path: root/rpki-client.install
blob: a36de1f324dfb3d37011195f4376646dda18e6d3 (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 to 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
}