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.pre-deinstall | |
parent | 23f948cbcb5ee57ac7f3a14e9e363460a0f9eead (diff) | |
download | aports-41988c571159edd0f6477cf85c6a9c6e9e8e1f85.tar.bz2 aports-41988c571159edd0f6477cf85c6a9c6e9e8e1f85.tar.xz |
main/zsh: moved from testing
Diffstat (limited to 'main/zsh/zsh.pre-deinstall')
-rw-r--r-- | main/zsh/zsh.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/zsh/zsh.pre-deinstall b/main/zsh/zsh.pre-deinstall new file mode 100644 index 0000000000..bd078e838c --- /dev/null +++ b/main/zsh/zsh.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +sed -i '/^\/bin\/zsh/d' /etc/shells +exit 0 |