aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zsh/zsh.pre-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-03 14:24:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-03 14:55:23 +0000
commit96efa8a9db7dc8a5117b334faaf93f9dc8f77224 (patch)
treeb06687b677881e205f1b128cf8817d2a8a8a995e /testing/zsh/zsh.pre-deinstall
parent0344b8067393c6d7fe0311ace3454ad4e71f2c1e (diff)
downloadaports-96efa8a9db7dc8a5117b334faaf93f9dc8f77224.tar.bz2
aports-96efa8a9db7dc8a5117b334faaf93f9dc8f77224.tar.xz
testing/zsh: moved from main
Diffstat (limited to 'testing/zsh/zsh.pre-deinstall')
-rw-r--r--testing/zsh/zsh.pre-deinstall3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/zsh/zsh.pre-deinstall b/testing/zsh/zsh.pre-deinstall
new file mode 100644
index 0000000000..bd078e838c
--- /dev/null
+++ b/testing/zsh/zsh.pre-deinstall
@@ -0,0 +1,3 @@
+#!/bin/sh
+sed -i '/^\/bin\/zsh/d' /etc/shells
+exit 0