summarylogtreecommitdiffstats
path: root/luks-tpm.install
diff options
context:
space:
mode:
Diffstat (limited to 'luks-tpm.install')
-rw-r--r--luks-tpm.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/luks-tpm.install b/luks-tpm.install
new file mode 100644
index 000000000000..50f41750f2eb
--- /dev/null
+++ b/luks-tpm.install
@@ -0,0 +1,9 @@
+post_install() {
+cat << EOF
+
+ Configure luks-tpm by editing /etc/default/luks-tpm
+ A pacman hook has been installed at /usr/share/libalpm/hooks/luks-tpm.hook
+ Consider overriding this hook by creating /etc/pacman.d/hooks/luks-tpm.hook
+
+EOF
+}