dovecot-2.1: Makefile: Remove dovecot-config on make uninstall

dovecot at dovecot.org dovecot at dovecot.org
Mon May 7 04:06:56 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/f7bb8d105710
changeset: 14509:f7bb8d105710
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 07 04:06:49 2012 +0300
description:
Makefile: Remove dovecot-config on make uninstall

diffstat:

 Makefile.am |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 9da556b9a902 -r f7bb8d105710 Makefile.am
--- a/Makefile.am	Sun May 06 06:44:04 2012 +0300
+++ b/Makefile.am	Mon May 07 04:06:49 2012 +0300
@@ -70,6 +70,9 @@
 	-e "s|^\(LIBDOVECOT_INCLUDE\)=.*$$|\1=-I$(pkgincludedir)|" \
 	> $(DESTDIR)$(pkglibdir)/dovecot-config
 
+uninstall-hook:
+	rm $(DESTDIR)$(pkglibdir)/dovecot-config
+
 CLEANFILES = $(datafiles)
 if HAVE_SYSTEMD
 CLEANFILES += $systedmsystemunit_DATA


More information about the dovecot-cvs mailing list