summarylogtreecommitdiffstats
path: root/zsh.install
diff options
context:
space:
mode:
Diffstat (limited to 'zsh.install')
-rw-r--r--zsh.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh.install b/zsh.install
index c9bd5b6633ea..e342a961e738 100644
--- a/zsh.install
+++ b/zsh.install
@@ -1,3 +1,5 @@
+#!/bin/sh
+
post_install() {
grep -qe '^/bin/zsh$' etc/shells || echo '/bin/zsh' >> etc/shells
grep -qe '^/usr/bin/zsh$' etc/shells || echo '/usr/bin/zsh' >> etc/shells