#!/bin/sh set -e case "$1" in (remove) remove-shell /usr/bin/zsh ;; esac