diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
commit | bc0657f7159d0b01373ecb59afc426b98a172b1e (patch) | |
tree | 7fba1eb77eb1a2965fe5f3ed72cc77aa63d14f40 /testing/zsh/zsh.install | |
parent | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (diff) |
Thu Dec 1 14:10:27 UTC 2011
Diffstat (limited to 'testing/zsh/zsh.install')
-rw-r--r-- | testing/zsh/zsh.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/zsh/zsh.install b/testing/zsh/zsh.install deleted file mode 100644 index e2a53bea8..000000000 --- a/testing/zsh/zsh.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - grep -q '/bin/zsh' etc/shells || echo '/bin/zsh' >> etc/shells -} - -post_upgrade() { - post_install -} - -pre_remove() { - sed -i '/^\/bin\/zsh/d' etc/shells -} |