Add INPUTRC
authorHeiko Schlittermann <hs@schlittermann.de>
Wed, 12 Aug 2015 20:35:25 +0200
changeset 57 6033c26e134f
parent 56 17d7c965f54d
child 58 c12e1ef2e9c8
Add INPUTRC
debian/postinst
--- 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