aboutsummaryrefslogtreecommitdiffstats
path: root/community/tcsh/tcsh.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tcsh/tcsh.post-install')
-rw-r--r--community/tcsh/tcsh.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/tcsh/tcsh.post-install b/community/tcsh/tcsh.post-install
new file mode 100644
index 0000000000..7342c5e721
--- /dev/null
+++ b/community/tcsh/tcsh.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+add-shell '/bin/tcsh'
+exit 0