diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-21 21:33:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-21 21:33:21 +0000 |
commit | 41988c571159edd0f6477cf85c6a9c6e9e8e1f85 (patch) | |
tree | acb26fab0790f8b7462c9b2d254ea3b4440ae155 /main/zsh/zsh.post-install | |
parent | 23f948cbcb5ee57ac7f3a14e9e363460a0f9eead (diff) | |
download | aports-41988c571159edd0f6477cf85c6a9c6e9e8e1f85.tar.bz2 aports-41988c571159edd0f6477cf85c6a9c6e9e8e1f85.tar.xz |
main/zsh: moved from testing
Diffstat (limited to 'main/zsh/zsh.post-install')
-rw-r--r-- | main/zsh/zsh.post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/zsh/zsh.post-install b/main/zsh/zsh.post-install new file mode 100644 index 0000000000..46506fbee0 --- /dev/null +++ b/main/zsh/zsh.post-install @@ -0,0 +1,3 @@ +#!/bin/sh +grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells +exit 0 |