From e63c5f26a2e7c29ab064f89ff1ff4a5a113a9046 Mon Sep 17 00:00:00 2001
From: Pierre Schmitz <pierre@archlinux.de>
Date: Sat, 13 Aug 2011 20:11:34 +0200
Subject: [PATCH] Remove communityco on uninstall

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 27cefba..e5f43b9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ uninstall:
 	for l in ${COMMITPKG_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done
 	for l in ${ARCHBUILD_LINKS}; do rm -f $(DESTDIR)/usr/bin/$$l; done
 	rm $(DESTDIR)/etc/bash_completion.d/devtools
+	rm -f $(DESTDIR)/usr/bin/communityco
 
 dist:
 	git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
-- 
GitLab