#!/bin/sh -e

if [ "$1" = "purge" ]
then
    rm -f /etc/xdg/awesome/debian/menu.lua
    rmdir /etc/xdg/awesome/debian
fi

#DEBHELPER#
