summaryrefslogtreecommitdiffstats
path: root/main/zsh/zsh.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'main/zsh/zsh.post-upgrade')
-rw-r--r--main/zsh/zsh.post-upgrade3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/zsh/zsh.post-upgrade b/main/zsh/zsh.post-upgrade
new file mode 100644
index 00000000000..46506fbee0b
--- /dev/null
+++ b/main/zsh/zsh.post-upgrade
@@ -0,0 +1,3 @@
+#!/bin/sh
+grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells
+exit 0