#! /bin/sh -e

if [ -d /var/lib/sawfish ]; then
    rm -rf /var/lib/sawfish 2>/dev/null || true
fi

#DEBHELPER#

exit 0
