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