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