diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-07 11:17:05 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-07 11:18:07 +0100 |
commit | 2fd76197ae6e35e29552e7466bffeb513deba924 (patch) | |
tree | fd265f9cf653dabd15ac25394d3d76498bcfa761 /testing/tcsh/tcsh.post-install | |
parent | 7e56c0aaff074e90cb6ab207d9c9a0bb8b40441b (diff) | |
download | aports-2fd76197ae6e35e29552e7466bffeb513deba924.tar.bz2 aports-2fd76197ae6e35e29552e7466bffeb513deba924.tar.xz |
testing/tcsh: add /bin/tcsh to /etc/shells
Fixes #8618
Diffstat (limited to 'testing/tcsh/tcsh.post-install')
-rw-r--r-- | testing/tcsh/tcsh.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tcsh/tcsh.post-install b/testing/tcsh/tcsh.post-install new file mode 100644 index 0000000000..7342c5e721 --- /dev/null +++ b/testing/tcsh/tcsh.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +add-shell '/bin/tcsh' +exit 0 |