diff options
Diffstat (limited to 'repo/tcsh/tcsh.post-install')
-rw-r--r-- | repo/tcsh/tcsh.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/tcsh/tcsh.post-install b/repo/tcsh/tcsh.post-install new file mode 100644 index 0000000..33c7ebe --- /dev/null +++ b/repo/tcsh/tcsh.post-install @@ -0,0 +1,4 @@ +#!/bin/sh +add-shell '/bin/tcsh' +add-shell '/bin/csh' +exit 0 |