#! /bin/sh

set -e

case "$1" in
    remove)
        remove-shell /usr/bin/sash
        ;;
esac

#DEBHELPER#
