#! /bin/sh

set -e

case "$1" in 
    purge)
	rm -rf /var/lib/sash/
        ;;
    remove)
        remove-shell /bin/sash
        ;;
esac

#DEBHELPER#
