summarylogtreecommitdiffstats
path: root/install.sh
blob: 701e15ffe512ffe62abb0ce29a47c758e50fc290 (plain)
1
2
3
4
5
6
7
8
#!/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'
    echo 'On the next login, $TMPDIR will point to your per-user temporary directory'
}