modulespythondir = $(DESTDIR)$(pythondir)/fluxspace
modulespython_PYTHON = ideskutil.py \
config.py \
process.py
CLEANFILES = *.pyc
uninstall-hook:
if [ -d $(modulespythondir) ]; then rmdir $(modulespythondir); fi