summarylogtreecommitdiffstats
path: root/mkinitcpio-gpg-encrypt.install
blob: d5f46b64c19a876100fd9beb0e6384ba5069061a (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo " >> mkinitcpio-gpg-encrypt - READ ME!"
	echo " >> The hook is a superset of \"encrypt\""
	echo " >> Replace the \"encrypt\" hook with \"gpg-encrypt\""
	echo " >> Export private/shadow keys to /etc/private.gpg"
	echo ""
	echo " >> If the key file given ends with .gpg, the hook will try do decrypt it"
}