diff options
Diffstat (limited to 'debian/zsh.postrm')
-rw-r--r-- | debian/zsh.postrm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/zsh.postrm b/debian/zsh.postrm index 5991d7e53..d9cb0582e 100644 --- a/debian/zsh.postrm +++ b/debian/zsh.postrm @@ -4,9 +4,6 @@ set -e case "$1" in (remove) - remove-shell /bin/zsh - remove-shell /usr/bin/zsh - # Remove hardcoded symlink again if [ -L /usr/bin/zsh ]; then rm -f /usr/bin/zsh |