summaryrefslogtreecommitdiff
path: root/staging/zsh/zsh.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/zsh/zsh.install')
-rw-r--r--staging/zsh/zsh.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/staging/zsh/zsh.install b/staging/zsh/zsh.install
deleted file mode 100644
index e2a53bea8..000000000
--- a/staging/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
-}