summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorJoan Bruguera2021-08-21 18:41:57 +0200
committerJoan Bruguera2021-08-21 18:41:57 +0200
commitf533e026aae3173475efd6c8e397b71fdd46bcdc (patch)
tree534170157c66d5ef76335c2ebfb4f08bebf8da3c /install.sh
parent664e09b1f766bc5c0c021c551a1eafaa955dbe84 (diff)
downloadaur-pam-tmpdir.tar.gz
Improve post-install instructions.
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'
}