summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 96f1722e9d5c..701e15ffe512 100755
--- a/install.sh
+++ b/install.sh
@@ -3,5 +3,6 @@
post_install() {
echo 'To enable, add the following line to the end of /etc/pam.d/system-login:'
echo ' session optional pam_tmpdir.so'
+ echo 'On the next login, $TMPDIR will point to your per-user temporary directory'
}