summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 000000000000..96f1722e9d5c
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+
+post_install() {
+ echo 'To enable, add the following line to the end of /etc/pam.d/system-login:'
+ echo ' session optional pam_tmpdir.so'
+}
+