From: Richard Kettlewell Date: Mon, 14 Jul 2008 19:05:03 +0000 (+0100) Subject: Mildly more vigorous uninstall rules X-Git-Tag: 5.0.3~6^2~1 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/ddf0e06b99c52ed416f19432be45b71238d0b877 Mildly more vigorous uninstall rules --- 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