modulespythondir = $(DESTDIR)$(pythondir)/fluxspace
modulespython_PYTHON = ideskutil.py \
                       config.py \
                       process.py
CLEANFILES = *.pyc

uninstall-hook:
	if [ -d $(modulespythondir) ]; then rmdir $(modulespythondir); fi


syntax highlighted by Code2HTML, v. 0.9.1