changeset 57 | 6033c26e134f |
parent 54 | 4c6cbd23ec9a |
child 70 | 6ca27e5de7b3 |
--- a/debian/postinst Wed Aug 12 20:25:37 2015 +0200 +++ b/debian/postinst Wed Aug 12 20:35:25 2015 +0200 @@ -40,11 +40,12 @@ out=$(mktemp) trap 'rm $tmp $out' EXIT + need_sshd_env $tmp INPUTRC + need_sshd_env $tmp EDITOR need_sshd_env $tmp IUS_USER need_sshd_env $tmp IUS_PROFILE + need_sshd_env $tmp REMOTE_USER need_sshd_env $tmp HGUSER - need_sshd_env $tmp EDITOR - need_sshd_env $tmp REMOTE_USER need_sshd_env $tmp HGRCPATH test -s $tmp || return 0