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