X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/cc5b0a8e7e28a167ec9b593d918fb4e77e92a468..ddf0e06b99c52ed416f19432be45b71238d0b877:/Makefile.am diff --git a/Makefile.am b/Makefile.am index cd8ab35..cb5d491 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,3 +40,8 @@ echo-distdir: echo-version: @echo $(VERSION) + +uninstall-local: + rmdir ${DESTDIR}${pkgdatadir} || true + rmdir ${DESTDIR}${pkghttpdir} || true + rmdir ${DESTDIR}${pkglibdir} || true