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