#!/bin/sh

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

#DEBHELPER#
