diff options
Diffstat (limited to 'testing/zsh/zsh.post-install')
-rw-r--r-- | testing/zsh/zsh.post-install | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/zsh/zsh.post-install b/testing/zsh/zsh.post-install deleted file mode 100644 index 46506fbee0..0000000000 --- a/testing/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 |