From: Richard Kettlewell Date: Mon, 14 Jul 2008 19:05:03 +0000 (+0100) Subject: Mildly more vigorous uninstall rules X-Git-Tag: 4.2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/ddf0e06b99c52ed416f19432be45b71238d0b877?ds=inline;hp=-c Mildly more vigorous uninstall rules --- ddf0e06b99c52ed416f19432be45b71238d0b877 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